Class: Aws::RDS::Types::ReservedDBInstancesOfferingMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


12829
12830
12831
12832
12833
# File 'lib/aws-sdk-rds/types.rb', line 12829

class ReservedDBInstancesOfferingMessage < Struct.new(
  :marker,
  :reserved_db_instances_offerings)
  include Aws::Structure
end

#reserved_db_instances_offeringsArray<Types::ReservedDBInstancesOffering>

A list of reserved DB instance offerings.



12829
12830
12831
12832
12833
# File 'lib/aws-sdk-rds/types.rb', line 12829

class ReservedDBInstancesOfferingMessage < Struct.new(
  :marker,
  :reserved_db_instances_offerings)
  include Aws::Structure
end