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:



66912
66913
66914
66915
66916
66917
# File 'lib/aws-sdk-ec2/types.rb', line 66912

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

#statusString

The status of the volume.

Returns:

  • (String)


66912
66913
66914
66915
66916
66917
# File 'lib/aws-sdk-ec2/types.rb', line 66912

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