Class: Aws::DocDB::Types::DBClusterParameterGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterParameterGroupDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the output of DBClusterParameterGroup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#parameters ⇒ Array<Types::Parameter>
Provides a list of parameters for the cluster parameter group.
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`.
1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-docdb/types.rb', line 1527 class DBClusterParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::Parameter>
Provides a list of parameters for the cluster parameter group.
1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-docdb/types.rb', line 1527 class DBClusterParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |