Class: Aws::Types::VolumeStatusItem
- Inherits:
-
Object
- Object
- Aws::Types::VolumeStatusItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::VolumeStatusAction]
Returns the value of attribute actions.
-
#attachment_statuses ⇒ ::Array[Types::VolumeStatusAttachmentStatus]
Returns the value of attribute attachment_statuses.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#events ⇒ ::Array[Types::VolumeStatusEvent]
Returns the value of attribute events.
-
#initialization_status_details ⇒ Types::InitializationStatusDetails
Returns the value of attribute initialization_status_details.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_status ⇒ Types::VolumeStatusInfo
Returns the value of attribute volume_status.
Instance Attribute Details
#actions ⇒ ::Array[Types::VolumeStatusAction]
Returns the value of attribute actions.
18937 18938 18939 |
# File 'sig/types.rbs', line 18937 def actions @actions end |
#attachment_statuses ⇒ ::Array[Types::VolumeStatusAttachmentStatus]
Returns the value of attribute attachment_statuses.
18943 18944 18945 |
# File 'sig/types.rbs', line 18943 def @attachment_statuses end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
18938 18939 18940 |
# File 'sig/types.rbs', line 18938 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
18945 18946 18947 |
# File 'sig/types.rbs', line 18945 def availability_zone_id @availability_zone_id end |
#events ⇒ ::Array[Types::VolumeStatusEvent]
Returns the value of attribute events.
18940 18941 18942 |
# File 'sig/types.rbs', line 18940 def events @events end |
#initialization_status_details ⇒ Types::InitializationStatusDetails
Returns the value of attribute initialization_status_details.
18944 18945 18946 |
# File 'sig/types.rbs', line 18944 def initialization_status_details @initialization_status_details end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
18946 18947 18948 |
# File 'sig/types.rbs', line 18946 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
18939 18940 18941 |
# File 'sig/types.rbs', line 18939 def outpost_arn @outpost_arn end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
18941 18942 18943 |
# File 'sig/types.rbs', line 18941 def volume_id @volume_id end |
#volume_status ⇒ Types::VolumeStatusInfo
Returns the value of attribute volume_status.
18942 18943 18944 |
# File 'sig/types.rbs', line 18942 def volume_status @volume_status end |