Class: Aws::TimestreamInfluxDB::Types::GetDbParameterGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::GetDbParameterGroupInput
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The id of the DB parameter group.
Instance Attribute Details
#identifier ⇒ String
The id of the DB parameter group.
1374 1375 1376 1377 1378 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1374 class GetDbParameterGroupInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |