Class: Aws::Types::PurchaseReservedDBInstancesOfferingMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_count::Integer

Returns the value of attribute db_instance_count.

Returns:

  • (::Integer)


3585
3586
3587
# File 'sig/types.rbs', line 3585

def db_instance_count
  @db_instance_count
end

#reserved_db_instance_id::String

Returns the value of attribute reserved_db_instance_id.

Returns:

  • (::String)


3584
3585
3586
# File 'sig/types.rbs', line 3584

def reserved_db_instance_id
  @reserved_db_instance_id
end

#reserved_db_instances_offering_id::String

Returns the value of attribute reserved_db_instances_offering_id.

Returns:

  • (::String)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def reserved_db_instances_offering_id
  @reserved_db_instances_offering_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3586
3587
3588
# File 'sig/types.rbs', line 3586

def tags
  @tags
end