Module: Aws::ApiGatewayV2::Client::_CreateModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content_type ⇒ ::String
- #description ⇒ ::String
- #model_id ⇒ ::String
- #name ⇒ ::String
- #schema ⇒ ::String
Instance Method Details
#content_type ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def content_type: () -> ::String
|
#description ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def description: () -> ::String
|
#model_id ⇒ ::String
284 |
# File 'sig/client.rbs', line 284
def model_id: () -> ::String
|
#name ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def name: () -> ::String
|
#schema ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def schema: () -> ::String
|