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`.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-docdb/types.rb', line 1449 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.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-docdb/types.rb', line 1449 class DBClusterParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |