You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::DescribeOrderableDBInstanceOptionsMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeOrderableDBInstanceOptionsMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  engine: "String", # required
  engine_version: "String",
  db_instance_class: "String",
  license_model: "String",
  availability_zone_group: "String",
  vpc: false,
  filters: [
    {
      name: "String", # required
      values: ["String"], # required
    },
  ],
  max_records: 1,
  marker: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_groupString

The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group.

Omit this parameter to show the available offerings in the specified AWS Region.

Returns:

  • (String)

    The Availability Zone group associated with a Local Zone.

#db_instance_classString

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

Returns:

  • (String)

    The DB instance class filter value.

#engineString

The name of the engine to retrieve DB instance options for.

Returns:

  • (String)

    The name of the engine to retrieve DB instance options for.

#engine_versionString

The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

Returns:

  • (String)

    The engine version filter value.

#filtersArray<Types::Filter>

This parameter isn\'t currently supported.

Returns:

  • (Array<Types::Filter>)

    This parameter isn\'t currently supported.

#license_modelString

The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

Returns:

  • (String)

    The license model filter value.

#markerString

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

Returns:

  • (String)

    An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.

#max_recordsInteger

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

Returns:

  • (Integer)

    The maximum number of records to include in the response.

#vpcBoolean

A value that indicates whether to show only VPC or non-VPC offerings.

Returns:

  • (Boolean)

    A value that indicates whether to show only VPC or non-VPC offerings.