Class: Aws::Glacier::Types::PurchaseProvisionedCapacityOutput

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

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_idString

The ID that identifies the provisioned capacity unit.

Returns:

  • (String)


2295
2296
2297
2298
# File 'lib/aws-sdk-glacier/types.rb', line 2295

class PurchaseProvisionedCapacityOutput < Struct.new(
  :capacity_id)
  include Aws::Structure
end