Class: Aws::EC2::Types::VolumeStatusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusInfo
- Defined in:
- gems/aws-sdk-ec2/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.
70974 70975 70976 70977 70978 70979 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70974 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the volume.
70974 70975 70976 70977 70978 70979 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70974 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |