Class: Aws::MarketplaceDiscovery::Types::Selector

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

Overview

A selector used to choose a specific configuration within a configurable upfront rate card.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#type ⇒ String

The category of the selector, such as Duration.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3233

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

#value ⇒ String

The value of the selector.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3233

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