Class: Aws::TimestreamInfluxDB::Types::GetDbParameterGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::GetDbParameterGroupOutput
- 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 (ARN) of the DB parameter group.
-
#description ⇒ String
A 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
The parameters that comprise the DB parameter group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the DB parameter group.
740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 740 class GetDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the DB parameter group.
740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 740 class GetDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A service-generated unique identifier.
740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 740 class GetDbParameterGroupOutput < 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.
740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 740 class GetDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::Parameters
The parameters that comprise the DB parameter group.
740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 740 class GetDbParameterGroupOutput < Struct.new( :id, :name, :arn, :description, :parameters) SENSITIVE = [] include Aws::Structure end |