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

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


67746
67747
67748
67749
67750
67751
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67746

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

#statusString

The intended status of the volume status.

Returns:

  • (String)


67746
67747
67748
67749
67750
67751
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67746

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