Show / Hide Table of Contents

Class CfnBillScenario.BillIntervalProperty

Inheritance
object
CfnBillScenario.BillIntervalProperty
Implements
CfnBillScenario.IBillIntervalProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BcmPricingCalculator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBillScenario.BillIntervalProperty : CfnBillScenario.IBillIntervalProperty
Syntax (vb)
Public Class CfnBillScenario.BillIntervalProperty Implements CfnBillScenario.IBillIntervalProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmpricingcalculator-billscenario-billinterval.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.AWS.BcmPricingCalculator;

             var billIntervalProperty = new BillIntervalProperty {
                 End = "end",
                 Start = "start"
             };

Synopsis

Constructors

BillIntervalProperty()

Properties

End
Start

Constructors

BillIntervalProperty()

public BillIntervalProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmpricingcalculator-billscenario-billinterval.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.AWS.BcmPricingCalculator;

             var billIntervalProperty = new BillIntervalProperty {
                 End = "end",
                 Start = "start"
             };

Properties

End

public string? End { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmpricingcalculator-billscenario-billinterval.html#cfn-bcmpricingcalculator-billscenario-billinterval-end

Start

public string? Start { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmpricingcalculator-billscenario-billinterval.html#cfn-bcmpricingcalculator-billscenario-billinterval-start

Implements

CfnBillScenario.IBillIntervalProperty
Back to top Generated by DocFX