Class: Aws::Neptune::Types::DBParameterGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBParameterGroupDetails
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#parameters ⇒ Array<Types::Parameter>
A list of Parameter values.
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
.
3189 3190 3191 3192 3193 3194 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3189 class DBParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::Parameter>
A list of Parameter values.
3189 3190 3191 3192 3193 3194 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3189 class DBParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |