Class: Aws::RDS::Types::ReservedDBInstanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ReservedDBInstanceMessage
- Includes:
- Structure
- Defined in:
- 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
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#reserved_db_instances ⇒ Array<Types::ReservedDBInstance>
A list of reserved DB instances.
Instance Attribute Details
#marker ⇒ String
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`.
22375 22376 22377 22378 22379 22380 |
# File 'lib/aws-sdk-rds/types.rb', line 22375 class ReservedDBInstanceMessage < Struct.new( :marker, :reserved_db_instances) SENSITIVE = [] include Aws::Structure end |
#reserved_db_instances ⇒ Array<Types::ReservedDBInstance>
A list of reserved DB instances.
22375 22376 22377 22378 22379 22380 |
# File 'lib/aws-sdk-rds/types.rb', line 22375 class ReservedDBInstanceMessage < Struct.new( :marker, :reserved_db_instances) SENSITIVE = [] include Aws::Structure end |