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.
31026 31027 31028 31029 31030 31031 31032 |
# File 'lib/aws-sdk-ec2/types.rb', line 31026 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attached EBS status check.
31026 31027 31028 31029 31030 31031 31032 |
# File 'lib/aws-sdk-ec2/types.rb', line 31026 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The result of the attached EBS status check.
31026 31027 31028 31029 31030 31031 31032 |
# File 'lib/aws-sdk-ec2/types.rb', line 31026 class EbsStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |