Class: Aws::Types::DescribeReservedDBInstancesOfferingsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def db_instance_class
  @db_instance_class
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def duration
  @duration
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2408
2409
2410
# File 'sig/types.rbs', line 2408

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def max_records
  @max_records
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def multi_az
  @multi_az
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def product_description
  @product_description
end

#reserved_db_instances_offering_id::String

Returns the value of attribute reserved_db_instances_offering_id.

Returns:

  • (::String)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def reserved_db_instances_offering_id
  @reserved_db_instances_offering_id
end