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
702 |
# File 'sig/client.rbs', line 702
def arn: () -> ::String
|
#description ⇒ ::String
703 |
# File 'sig/client.rbs', line 703
def description: () -> ::String
|
#id ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def id: () -> ::String
|
#name ⇒ ::String
701 |
# File 'sig/client.rbs', line 701
def name: () -> ::String
|
#parameters ⇒ Types::Parameters
704 |
# File 'sig/client.rbs', line 704
def parameters: () -> Types::Parameters
|