Class: Aws::Types::ReservedDBInstancesOffering

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


3767
3768
3769
# File 'sig/types.rbs', line 3767

def currency_code
  @currency_code
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


3763
3764
3765
# File 'sig/types.rbs', line 3763

def db_instance_class
  @db_instance_class
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


3764
3765
3766
# File 'sig/types.rbs', line 3764

def duration
  @duration
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


3765
3766
3767
# File 'sig/types.rbs', line 3765

def fixed_price
  @fixed_price
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


3770
3771
3772
# File 'sig/types.rbs', line 3770

def multi_az
  @multi_az
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


3769
3770
3771
# File 'sig/types.rbs', line 3769

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


3768
3769
3770
# File 'sig/types.rbs', line 3768

def product_description
  @product_description
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



3771
3772
3773
# File 'sig/types.rbs', line 3771

def recurring_charges
  @recurring_charges
end

#reserved_db_instances_offering_id::String

Returns the value of attribute reserved_db_instances_offering_id.

Returns:

  • (::String)


3762
3763
3764
# File 'sig/types.rbs', line 3762

def reserved_db_instances_offering_id
  @reserved_db_instances_offering_id
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


3766
3767
3768
# File 'sig/types.rbs', line 3766

def usage_price
  @usage_price
end