Class: Aws::EC2::Types::VolumeStatusInfo

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

Overview

Describes the status of a volume.

Instance Attribute Summary collapse

Instance Attribute Details

#detailsArray<Types::VolumeStatusDetails>

The details of the volume status.

Returns:



36998
36999
37000
37001
37002
# File 'lib/aws-sdk-ec2/types.rb', line 36998

class VolumeStatusInfo < Struct.new(
  :details,
  :status)
  include Aws::Structure
end

#statusString

The status of the volume.

Returns:

  • (String)


36998
36999
37000
37001
37002
# File 'lib/aws-sdk-ec2/types.rb', line 36998

class VolumeStatusInfo < Struct.new(
  :details,
  :status)
  include Aws::Structure
end