Class: Aws::Finspace::Types::GetEnvironmentRequest

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

#environment_idString

The identifier of the FinSpace environment.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1915

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