Class: Aws::RDS::Types::DBClusterParameterGroupsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBClusterParameterGroupsMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_parameter_groups ⇒ Array<Types::DBClusterParameterGroup>
A list of DB cluster parameter groups.
-
#marker ⇒ String
An optional pagination token provided by a previous
DescribeDBClusterParameterGroupsrequest.
Instance Attribute Details
#db_cluster_parameter_groups ⇒ Array<Types::DBClusterParameterGroup>
A list of DB cluster parameter groups.
8401 8402 8403 8404 8405 8406 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8401 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. If this parameter is
specified, the response includes only records beyond the marker, up
to the value specified by MaxRecords.
8401 8402 8403 8404 8405 8406 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8401 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end |