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

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

The name of the FinSpace environment.

Returns:



1927
1928
1929
1930
1931
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1927

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