Class: Aws::Finspace::Types::GetEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

The name of the FinSpace environment.

Returns:



1934
1935
1936
1937
1938
# File 'lib/aws-sdk-finspace/types.rb', line 1934

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