Class: Aws::EC2::Types::VolumeStatusDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a volume status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the volume status.

  • ‘io-enabled` - Indicates the volume I/O status. For more information, see [Amazon EBS volume status checks].

  • ‘io-performance` - Indicates the volume performance status. For more information, see [Amazon EBS volume status checks].

  • ‘initialization-state` - Indicates the status of the volume initialization process. For more information, see [Initialize Amazon EBS volumes].

[1]: docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html [2]: docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html

Returns:

  • (String)


83767
83768
83769
83770
83771
83772
# File 'lib/aws-sdk-ec2/types.rb', line 83767

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


83767
83768
83769
83770
83771
83772
# File 'lib/aws-sdk-ec2/types.rb', line 83767

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