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.
19163 19164 19165 |
# File 'sig/types.rbs', line 19163 def @attachments end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19160 19161 19162 |
# File 'sig/types.rbs', line 19160 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
19145 19146 19147 |
# File 'sig/types.rbs', line 19145 def availability_zone_id @availability_zone_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
19162 19163 19164 |
# File 'sig/types.rbs', line 19162 def create_time @create_time end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
19164 19165 19166 |
# File 'sig/types.rbs', line 19164 def encrypted @encrypted end |
#fast_restored ⇒ Boolean
Returns the value of attribute fast_restored.
19151 19152 19153 |
# File 'sig/types.rbs', line 19151 def fast_restored @fast_restored end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
19148 19149 19150 |
# File 'sig/types.rbs', line 19148 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
19165 19166 19167 |
# File 'sig/types.rbs', line 19165 def kms_key_id @kms_key_id end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
19152 19153 19154 |
# File 'sig/types.rbs', line 19152 def multi_attach_enabled @multi_attach_enabled end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
19155 19156 19157 |
# File 'sig/types.rbs', line 19155 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
19146 19147 19148 |
# File 'sig/types.rbs', line 19146 def outpost_arn @outpost_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
19158 19159 19160 |
# File 'sig/types.rbs', line 19158 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
19159 19160 19161 |
# File 'sig/types.rbs', line 19159 def snapshot_id @snapshot_id end |
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
19147 19148 19149 |
# File 'sig/types.rbs', line 19147 def source_volume_id @source_volume_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
19154 19155 19156 |
# File 'sig/types.rbs', line 19154 def sse_type @sse_type end |
#state ⇒ "creating", ...
Returns the value of attribute state.
19161 19162 19163 |
# File 'sig/types.rbs', line 19161 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19149 19150 19151 |
# File 'sig/types.rbs', line 19149 def @tags end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
19153 19154 19155 |
# File 'sig/types.rbs', line 19153 def throughput @throughput end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
19157 19158 19159 |
# File 'sig/types.rbs', line 19157 def volume_id @volume_id end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
19156 19157 19158 |
# File 'sig/types.rbs', line 19156 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
19150 19151 19152 |
# File 'sig/types.rbs', line 19150 def volume_type @volume_type end |