Class: Aws::TimestreamInfluxDB::Types::CreateDbParameterGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::CreateDbParameterGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARM) of the DB parameter group.
-
#description ⇒ String
The description of the DB parameter group.
-
#id ⇒ String
A service-generated unique identifier.
-
#name ⇒ String
The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
-
#parameters ⇒ Types::Parameters
A list of the parameters that comprise the DB parameter group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARM) of the DB parameter group.
343 344 345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 343 class CreateDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the DB parameter group.
343 344 345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 343 class CreateDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A service-generated unique identifier.
343 344 345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 343 class CreateDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
343 344 345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 343 class CreateDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::Parameters
A list of the parameters that comprise the DB parameter group.
343 344 345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 343 class CreateDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |