Class: Aws::TimestreamInfluxDB::Types::CreateDbParameterGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::CreateDbParameterGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the DB parameter group.
-
#name ⇒ String
The name of the DB parameter group.
-
#parameters ⇒ Types::Parameters
A list of the parameters that comprise the DB parameter group.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs to associate with the DB parameter group.
Instance Attribute Details
#description ⇒ String
A description of the DB parameter group.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 325 class CreateDbParameterGroupInput < Struct.new( :name, :description, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DB parameter group. The name must be unique per customer and per region.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 325 class CreateDbParameterGroupInput < Struct.new( :name, :description, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::Parameters
A list of the parameters that comprise the DB parameter group.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 325 class CreateDbParameterGroupInput < Struct.new( :name, :description, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs to associate with the DB parameter group.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 325 class CreateDbParameterGroupInput < Struct.new( :name, :description, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |