Class: Aws::EC2::Types::VolumeStatusDetails

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

Overview

Describes a volume status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the volume status.

Returns:

  • (String)


67768
67769
67770
67771
67772
67773
# File 'lib/aws-sdk-ec2/types.rb', line 67768

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


67768
67769
67770
67771
67772
67773
# File 'lib/aws-sdk-ec2/types.rb', line 67768

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