Class: Aws::RDS::Types::ReservedDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


21872
21873
21874
21875
21876
21877
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21872

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

#reserved_db_instancesArray<Types::ReservedDBInstance>

A list of reserved DB instances.

Returns:



21872
21873
21874
21875
21876
21877
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21872

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