Class: Aws::TimestreamInfluxDB::Types::DbParameterGroupSummary

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

Overview

Contains a summary of a DB parameter group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 413

class DbParameterGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the DB parameter group.

Returns:

  • (String)


413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 413

class DbParameterGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A service-generated unique identifier.

Returns:

  • (String)


413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 413

class DbParameterGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

This customer-supplied name uniquely identifies the parameter group.

Returns:

  • (String)


413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 413

class DbParameterGroupSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end