Class: Aws::Finspace::Types::GetKxVolumeRequest

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, whose clusters can attach to the volume.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2776

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

#volume_nameString

A unique identifier for the volume.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2776

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