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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


20489
20490
20491
20492
20493
20494
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20489

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

#orderable_db_instance_optionsArray<Types::OrderableDBInstanceOption>

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



20489
20490
20491
20492
20493
20494
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20489

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