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
182 |
# File 'sig/client.rbs', line 182
def arn: () -> ::String
|
#description ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def description: () -> ::String
|
#id ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def id: () -> ::String
|
#name ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def name: () -> ::String
|
#parameters ⇒ Types::Parameters
184 |
# File 'sig/client.rbs', line 184
def parameters: () -> Types::Parameters
|