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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the volume status.

Returns:

  • (String)


24588
24589
24590
24591
24592
# File 'lib/aws-sdk-ec2/types.rb', line 24588

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


24588
24589
24590
24591
24592
# File 'lib/aws-sdk-ec2/types.rb', line 24588

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