Class: Aws::MarketplaceAgreement::Types::GrantItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

Entitlements granted to the acceptor of fixed upfront as part of agreement execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_keyString

Unique dimension key defined in the product document. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.

Returns:

  • (String)


696
697
698
699
700
701
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 696

class GrantItem < Struct.new(
  :dimension_key,
  :max_quantity)
  SENSITIVE = []
  include Aws::Structure
end

#max_quantityInteger

Maximum amount of capacity that the buyer can be entitled to the given dimension of the product. If MaxQuantity is not provided, the buyer will be able to use an unlimited amount of the given dimension.

Returns:

  • (Integer)


696
697
698
699
700
701
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 696

class GrantItem < Struct.new(
  :dimension_key,
  :max_quantity)
  SENSITIVE = []
  include Aws::Structure
end