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)


1609
1610
1611
1612
1613
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1609

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