Class: Aws::TimestreamInfluxDB::Types::DbParameterGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::DbParameterGroupSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the DB parameter group.
-
#description ⇒ String
A description of the DB parameter group.
-
#id ⇒ String
A service-generated unique identifier.
-
#name ⇒ String
This customer-supplied name uniquely identifies the parameter group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the DB parameter group.
458 459 460 461 462 463 464 465 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 458 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the DB parameter group.
458 459 460 461 462 463 464 465 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 458 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A service-generated unique identifier.
458 459 460 461 462 463 464 465 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 458 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
This customer-supplied name uniquely identifies the parameter group.
458 459 460 461 462 463 464 465 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 458 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |