Show / Hide Table of Contents

Class CfnLinkPropsMixin.NoBidActionProperty

Describes a no bid action.

Inheritance
object
CfnLinkPropsMixin.NoBidActionProperty
Implements
CfnLinkPropsMixin.INoBidActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLinkPropsMixin.NoBidActionProperty : CfnLinkPropsMixin.INoBidActionProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.NoBidActionProperty Implements CfnLinkPropsMixin.INoBidActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;

             var noBidActionProperty = new NoBidActionProperty {
                 NoBidReasonCode = 123
             };

Synopsis

Constructors

NoBidActionProperty()

Describes a no bid action.

Properties

NoBidReasonCode

The reason code for the no bid action.

Constructors

NoBidActionProperty()

Describes a no bid action.

public NoBidActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;

             var noBidActionProperty = new NoBidActionProperty {
                 NoBidReasonCode = 123
             };

Properties

NoBidReasonCode

The reason code for the no bid action.

public double? NoBidReasonCode { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html#cfn-rtbfabric-link-nobidaction-nobidreasoncode

Implements

CfnLinkPropsMixin.INoBidActionProperty
Back to top Generated by DocFX