Class: Aws::RDS::Types::OrderableDBInstanceOptionsMessage

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 DescribeOrderableDBInstanceOptions action.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


11756
11757
11758
11759
11760
# File 'lib/aws-sdk-rds/types.rb', line 11756

class OrderableDBInstanceOptionsMessage < Struct.new(
  :orderable_db_instance_options,
  :marker)
  include Aws::Structure
end

#orderable_db_instance_optionsArray<Types::OrderableDBInstanceOption>

An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.



11756
11757
11758
11759
11760
# File 'lib/aws-sdk-rds/types.rb', line 11756

class OrderableDBInstanceOptionsMessage < Struct.new(
  :orderable_db_instance_options,
  :marker)
  include Aws::Structure
end