Class: Aws::Finspace::Types::UpdateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateEnvironmentResponse
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
Returns the FinSpace environment object.
Instance Attribute Details
#environment ⇒ Types::Environment
Returns the FinSpace environment object.
4815 4816 4817 4818 4819 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4815 class UpdateEnvironmentResponse < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |