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.
310 311 312 313 314 315 316 317 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 310 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.
310 311 312 313 314 315 316 317 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 310 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.
310 311 312 313 314 315 316 317 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 310 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.
310 311 312 313 314 315 316 317 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 310 class CreateDbParameterGroupInput < Struct.new( :name, :description, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |