Class: Aws::Types::VolumeInfo
- Inherits:
-
Object
- Object
- Aws::Types::VolumeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_attachment_status ⇒ ::String
Returns the value of attribute volume_attachment_status.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def gateway_arn @gateway_arn end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def gateway_id @gateway_id end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def volume_arn @volume_arn end |
#volume_attachment_status ⇒ ::String
Returns the value of attribute volume_attachment_status.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def volume_id @volume_id end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def volume_size_in_bytes @volume_size_in_bytes end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def volume_type @volume_type end |