Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::VolumeAttachment]
Returns the value of attribute attachments.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#fast_restored ⇒ Boolean
Returns the value of attribute fast_restored.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
-
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
-
#state ⇒ "creating", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#attachments ⇒ ::Array[Types::VolumeAttachment]
Returns the value of attribute attachments.
18836 18837 18838 |
# File 'sig/types.rbs', line 18836 def @attachments end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
18833 18834 18835 |
# File 'sig/types.rbs', line 18833 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
18818 18819 18820 |
# File 'sig/types.rbs', line 18818 def availability_zone_id @availability_zone_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
18835 18836 18837 |
# File 'sig/types.rbs', line 18835 def create_time @create_time end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
18837 18838 18839 |
# File 'sig/types.rbs', line 18837 def encrypted @encrypted end |
#fast_restored ⇒ Boolean
Returns the value of attribute fast_restored.
18824 18825 18826 |
# File 'sig/types.rbs', line 18824 def fast_restored @fast_restored end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
18821 18822 18823 |
# File 'sig/types.rbs', line 18821 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
18838 18839 18840 |
# File 'sig/types.rbs', line 18838 def kms_key_id @kms_key_id end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
18825 18826 18827 |
# File 'sig/types.rbs', line 18825 def multi_attach_enabled @multi_attach_enabled end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
18828 18829 18830 |
# File 'sig/types.rbs', line 18828 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
18819 18820 18821 |
# File 'sig/types.rbs', line 18819 def outpost_arn @outpost_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
18831 18832 18833 |
# File 'sig/types.rbs', line 18831 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
18832 18833 18834 |
# File 'sig/types.rbs', line 18832 def snapshot_id @snapshot_id end |
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
18820 18821 18822 |
# File 'sig/types.rbs', line 18820 def source_volume_id @source_volume_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
18827 18828 18829 |
# File 'sig/types.rbs', line 18827 def sse_type @sse_type end |
#state ⇒ "creating", ...
Returns the value of attribute state.
18834 18835 18836 |
# File 'sig/types.rbs', line 18834 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18822 18823 18824 |
# File 'sig/types.rbs', line 18822 def @tags end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
18826 18827 18828 |
# File 'sig/types.rbs', line 18826 def throughput @throughput end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
18830 18831 18832 |
# File 'sig/types.rbs', line 18830 def volume_id @volume_id end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
18829 18830 18831 |
# File 'sig/types.rbs', line 18829 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
18823 18824 18825 |
# File 'sig/types.rbs', line 18823 def volume_type @volume_type end |