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)


37225
37226
37227
37228
37229
# File 'lib/aws-sdk-ec2/types.rb', line 37225

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


37225
37226
37227
37228
37229
# File 'lib/aws-sdk-ec2/types.rb', line 37225

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