Class: Aws::Finspace::Types::GetKxVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
-
#volume_name ⇒ String
A unique identifier for the volume.
Instance Attribute Details
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
2792 2793 2794 2795 2796 2797 |
# File 'lib/aws-sdk-finspace/types.rb', line 2792 class GetKxVolumeRequest < Struct.new( :environment_id, :volume_name) SENSITIVE = [] include Aws::Structure end |
#volume_name ⇒ String
A unique identifier for the volume.
2792 2793 2794 2795 2796 2797 |
# File 'lib/aws-sdk-finspace/types.rb', line 2792 class GetKxVolumeRequest < Struct.new( :environment_id, :volume_name) SENSITIVE = [] include Aws::Structure end |