Class: Aws::TimestreamInfluxDB::Types::DbParameterGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::DbParameterGroupSummary
- Includes:
- Structure
- Defined in:
- 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.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 436 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the DB parameter group.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 436 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A service-generated unique identifier.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 436 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
This customer-supplied name uniquely identifies the parameter group.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 436 class DbParameterGroupSummary < Struct.new( :id, :name, :arn, :description) SENSITIVE = [] include Aws::Structure end |