Class: Aws::EC2::Types::VolumeStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a volume status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the volume status.
-
#status ⇒ String
The intended status of the volume status.
Instance Attribute Details
#name ⇒ String
The name of the volume status.
72590 72591 72592 72593 72594 72595 |
# File 'lib/aws-sdk-ec2/types.rb', line 72590 class VolumeStatusDetails < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The intended status of the volume status.
72590 72591 72592 72593 72594 72595 |
# File 'lib/aws-sdk-ec2/types.rb', line 72590 class VolumeStatusDetails < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |