Class: Aws::TimestreamInfluxDB::Types::CreateDbParameterGroupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARM) of the DB parameter group.

Returns:

  • (String)


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

#descriptionString

The description of the DB parameter group.

Returns:

  • (String)


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

#idString

A service-generated unique identifier.

Returns:

  • (String)


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

#nameString

The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

Returns:

  • (String)


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

#parametersTypes::Parameters

A list of the parameters that comprise the DB parameter group.

Returns:



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