Class: Aws::Types::GetKxVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def environment_id @environment_id end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def volume_name @volume_name end |