Class: Aws::MainframeModernization::Types::DeleteApplicationFromEnvironmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application you want to delete.

Returns:

  • (String)


949
950
951
952
953
954
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 949

class DeleteApplicationFromEnvironmentRequest < Struct.new(
  :application_id,
  :environment_id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The unique identifier of the runtime environment where the application was previously deployed.

Returns:

  • (String)


949
950
951
952
953
954
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 949

class DeleteApplicationFromEnvironmentRequest < Struct.new(
  :application_id,
  :environment_id)
  SENSITIVE = []
  include Aws::Structure
end