Class: Aws::EC2::Types::VolumeStatusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the status of a volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Array<Types::VolumeStatusDetails>
The details of the volume status.
-
#status ⇒ String
The status of the volume.
Instance Attribute Details
#details ⇒ Array<Types::VolumeStatusDetails>
The details of the volume status.
72648 72649 72650 72651 72652 72653 |
# File 'lib/aws-sdk-ec2/types.rb', line 72648 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the volume.
72648 72649 72650 72651 72652 72653 |
# File 'lib/aws-sdk-ec2/types.rb', line 72648 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |