Class: Aws::MigrationHubRefactorSpaces::Types::GetEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_identifier ⇒ String
The ID of the environment.
Instance Attribute Details
#environment_identifier ⇒ String
The ID of the environment.
1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1301 class GetEnvironmentRequest < Struct.new( :environment_identifier) SENSITIVE = [] include Aws::Structure end |