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.
1205 1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1205 class HeaderTagAction < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the bid action.
1205 1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1205 class HeaderTagAction < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |