Class: Aws::Finspace::Types::UpdateEnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

Returns the FinSpace environment object.

Returns:



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