Class: Aws::RTBFabric::Types::HeaderTagAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::HeaderTagAction
- 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
-
#name ⇒ String
The name of the bid action.
-
#value ⇒ String
The value of the bid action.
Instance Attribute Details
#name ⇒ String
The name of the bid action.
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 |
#value ⇒ String
The value of the bid action.
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 |