Class: Aws::EC2::Types::EbsStatusDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#impaired_sinceTime

The date and time when the attached EBS status check failed.

Returns:

  • (Time)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-ec2/types.rb', line 30748

class EbsStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the attached EBS status check.

Returns:

  • (String)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-ec2/types.rb', line 30748

class EbsStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The result of the attached EBS status check.

Returns:

  • (String)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-ec2/types.rb', line 30748

class EbsStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end