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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



67688
67689
67690
67691
67692
67693
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67688

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

#statusString

The status of the volume.

Returns:

  • (String)


67688
67689
67690
67691
67692
67693
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67688

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