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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsArray<Types::VolumeStatusDetails>

The details of the volume status.

Returns:



67826
67827
67828
67829
67830
67831
# File 'lib/aws-sdk-ec2/types.rb', line 67826

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

#statusString

The status of the volume.

Returns:

  • (String)


67826
67827
67828
67829
67830
67831
# File 'lib/aws-sdk-ec2/types.rb', line 67826

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