Class: Aws::EC2::Types::VolumeStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusDetails
- Defined in:
- gems/aws-sdk-ec2/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.
io-enabled
- Indicates the volume I/O status. For more information, see Amazon EBS volume status checks.io-performance
- Indicates the volume performance status. For more information, see Amazon EBS volume status checks.initialization-state
- Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
77094 77095 77096 77097 77098 77099 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77094 class VolumeStatusDetails < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The intended status of the volume status.
77094 77095 77096 77097 77098 77099 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77094 class VolumeStatusDetails < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |