Class: Aws::Finspace::Types::GetKxEnvironmentRequest

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

A unique identifier for the kdb environment.

Returns:

  • (String)


2499
2500
2501
2502
2503
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2499

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