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.
66912 66913 66914 66915 66916 66917 |
# File 'lib/aws-sdk-ec2/types.rb', line 66912 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the volume.
66912 66913 66914 66915 66916 66917 |
# File 'lib/aws-sdk-ec2/types.rb', line 66912 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |