Class: Aws::RTBFabric::Types::HeaderTagAction

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

Overview

Describes the header tag for a bid action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the bid action.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1180

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

#valueString

The value of the bid action.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1180

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