Class: Aws::Neptune::Types::OrderableDBInstanceOptionsMessage

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

Overview

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)


6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6762

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.



6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6762

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