Class: Aws::Glacier::Types::ProvisionedCapacityDescription

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

Overview

The definition for a provisioned capacity unit.

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_idString

The ID that identifies the provisioned capacity unit.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
# File 'lib/aws-sdk-glacier/types.rb', line 2264

class ProvisionedCapacityDescription < Struct.new(
  :capacity_id,
  :start_date,
  :expiration_date)
  include Aws::Structure
end

#expiration_dateTime

The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


2264
2265
2266
2267
2268
2269
# File 'lib/aws-sdk-glacier/types.rb', line 2264

class ProvisionedCapacityDescription < Struct.new(
  :capacity_id,
  :start_date,
  :expiration_date)
  include Aws::Structure
end

#start_dateTime

The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


2264
2265
2266
2267
2268
2269
# File 'lib/aws-sdk-glacier/types.rb', line 2264

class ProvisionedCapacityDescription < Struct.new(
  :capacity_id,
  :start_date,
  :expiration_date)
  include Aws::Structure
end