Class: Aws::EC2::Types::EbsStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsStatusDetails
- Includes:
- Structure
- Defined in:
- 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.
32707 32708 32709 32710 32711 32712 32713 |
# File 'lib/aws-sdk-ec2/types.rb', line 32707 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attached EBS status check.
32707 32708 32709 32710 32711 32712 32713 |
# File 'lib/aws-sdk-ec2/types.rb', line 32707 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The result of the attached EBS status check.
32707 32708 32709 32710 32711 32712 32713 |
# File 'lib/aws-sdk-ec2/types.rb', line 32707 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |