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)


36947
36948
36949
36950
36951
# File 'lib/aws-sdk-ec2/types.rb', line 36947

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


36947
36948
36949
36950
36951
# File 'lib/aws-sdk-ec2/types.rb', line 36947

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