class Aws::DocDB::Types::DescribeOrderableDBInstanceOptionsMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeOrderableDBInstanceOptionsMessage AWS API Documentation
@return [String]
the marker, up to the value specified by ‘MaxRecords`.
parameter is specified, the response includes only records beyond
An optional pagination token provided by a previous request. If this
@!attribute [rw] marker
@return [Integer]
Constraints: Minimum 20, maximum 100.
Default: 100
results can be retrieved.
token (marker) is included in the response so that the remaining
records exist than the specified `MaxRecords` value, a pagination
The maximum number of records to include in the response. If more
@!attribute [rw] max_records
@return [Array<Types::Filter>]
This parameter is not currently supported.
@!attribute [rw] filters
@return [Boolean]
to show only the available VPC or non-VPC offerings.
The virtual private cloud (VPC) filter value. Specify this parameter
@!attribute [rw] vpc
@return [String]
the available offerings that match the specified license model.
The license model filter value. Specify this parameter to show only
@!attribute [rw] license_model
@return [String]
class.
only the available offerings that match the specified DB instance
The DB instance class filter value. Specify this parameter to show
@!attribute [rw] db_instance_class
@return [String]
the available offerings that match the specified engine version.
The engine version filter value. Specify this parameter to show only
@!attribute [rw] engine_version
@return [String]
The name of the engine to retrieve DB instance options for.
@!attribute [rw] engine
}
marker: “String”,
max_records: 1,
],
},
values: [“String”], # required
name: “String”, # required
{
filters: [
vpc: false,
license_model: “String”,
db_instance_class: “String”,
engine_version: “String”,
engine: “String”, # required
{
data as a hash:
@note When making an API call, you may pass DescribeOrderableDBInstanceOptionsMessage
Represents the input to DescribeOrderableDBInstanceOptions.