Module: Aws::TimestreamInfluxDB::Client::_CreateDbParameterGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDbParameterGroupOutput]
- 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
239 |
# File 'sig/client.rbs', line 239
def arn: () -> ::String
|
#description ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def description: () -> ::String
|
#id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def id: () -> ::String
|
#name ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def name: () -> ::String
|
#parameters ⇒ Types::Parameters
241 |
# File 'sig/client.rbs', line 241
def parameters: () -> Types::Parameters
|