Class: Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The ID of the application.

Returns:

  • (String)


806
807
808
809
810
811
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 806

class DeleteApplicationRequest < Struct.new(
  :application_identifier,
  :environment_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


806
807
808
809
810
811
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 806

class DeleteApplicationRequest < Struct.new(
  :application_identifier,
  :environment_identifier)
  SENSITIVE = []
  include Aws::Structure
end