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)


944
945
946
947
948
949
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 944

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)


944
945
946
947
948
949
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 944

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