Class: Aws::MarketplaceAgreement::Types::Selector

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

Overview

Differentiates between the mutually exclusive rate cards in the same pricing term to be selected by the buyer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Category of selector.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1071

class Selector < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Contract duration. This field supports the ISO 8601 format.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1071

class Selector < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end