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:



4790
4791
4792
4793
4794
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4790

class UpdateEnvironmentResponse < Struct.new(
  :environment)
  SENSITIVE = []
  include Aws::Structure
end