C# Class Amazon.RDS.Model.ReservedDBInstancesOffering

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
ReservedDBInstancesOffering ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetCurrencyCode ( ) : bool
IsSetDBInstanceClass ( ) : bool
IsSetDuration ( ) : bool
IsSetFixedPrice ( ) : bool
IsSetMultiAZ ( ) : bool
IsSetOfferingType ( ) : bool
IsSetProductDescription ( ) : bool
IsSetRecurringCharges ( ) : bool
IsSetReservedDBInstancesOfferingId ( ) : bool
IsSetUsagePrice ( ) : bool

Method Details

ReservedDBInstancesOffering() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ReservedDBInstancesOffering ( ) : System
return System