Class: Aws::MigrationHubRefactorSpaces::Types::GetApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetApplicationRequest
- 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.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1208 class GetApplicationRequest < Struct.new( :application_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1208 class GetApplicationRequest < Struct.new( :application_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |