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:



37276
37277
37278
37279
37280
# File 'lib/aws-sdk-ec2/types.rb', line 37276

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

#statusString

The status of the volume.

Returns:

  • (String)


37276
37277
37278
37279
37280
# File 'lib/aws-sdk-ec2/types.rb', line 37276

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