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)


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

#nameString

The name of the attached EBS status check.

Returns:

  • (String)


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

#statusString

The result of the attached EBS status check.

Returns:

  • (String)


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