Class: Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The ID of the application.
-
#environment_identifier ⇒ String
The ID of the environment.
Instance Attribute Details
#application_identifier ⇒ String
The ID of the application.
806 807 808 809 810 811 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 806 class DeleteApplicationRequest < Struct.new( :application_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
806 807 808 809 810 811 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 806 class DeleteApplicationRequest < Struct.new( :application_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |