Class: Aws::Finspace::Types::GetEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The identifier of the FinSpace environment.
Instance Attribute Details
#environment_id ⇒ String
The identifier of the FinSpace environment.
1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-finspace/types.rb', line 1922 class GetEnvironmentRequest < Struct.new( :environment_id) SENSITIVE = [] include Aws::Structure end |