Module: Aws::TimestreamInfluxDB::Client::_GetDbParameterGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDbParameterGroupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #parameters ⇒ Types::Parameters
Instance Method Details
#arn ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def arn: () -> ::String
|
#description ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def description: () -> ::String
|
#id ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def id: () -> ::String
|
#name ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def name: () -> ::String
|
#parameters ⇒ Types::Parameters
567 |
# File 'sig/client.rbs', line 567
def parameters: () -> Types::Parameters
|