Class: Aws::EC2::Types::EbsStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsStatusDetails
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the attached EBS status check for an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impaired_since ⇒ Time
The date and time when the attached EBS status check failed.
-
#name ⇒ String
The name of the attached EBS status check.
-
#status ⇒ String
The result of the attached EBS status check.
Instance Attribute Details
#impaired_since ⇒ Time
The date and time when the attached EBS status check failed.
32774 32775 32776 32777 32778 32779 32780 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32774 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attached EBS status check.
32774 32775 32776 32777 32778 32779 32780 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32774 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The result of the attached EBS status check.
32774 32775 32776 32777 32778 32779 32780 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32774 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |