Class: Aws::RTBFabric::Types::NoBidAction

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

Overview

Describes a no bid action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#no_bid_reason_codeInteger

The reason code for the no bid action.

Returns:

  • (Integer)


1634
1635
1636
1637
1638
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1634

class NoBidAction < Struct.new(
  :no_bid_reason_code)
  SENSITIVE = []
  include Aws::Structure
end