Class: Aws::EC2::Types::EbsStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsStatusSummary
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Provides a summary of the attached EBS volume status for an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Array<Types::EbsStatusDetails>
Details about the attached EBS status check for an instance.
-
#status ⇒ String
The current status.
Instance Attribute Details
#details ⇒ Array<Types::EbsStatusDetails>
Details about the attached EBS status check for an instance.
32770 32771 32772 32773 32774 32775 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32770 class EbsStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status.
32770 32771 32772 32773 32774 32775 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32770 class EbsStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |