Module: Aws::ApiGatewayV2::Client::_UpdateModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateModelResponse]
- 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
1641 |
# File 'sig/client.rbs', line 1641
def content_type: () -> ::String
|
#description ⇒ ::String
1642 |
# File 'sig/client.rbs', line 1642
def description: () -> ::String
|
#model_id ⇒ ::String
1643 |
# File 'sig/client.rbs', line 1643
def model_id: () -> ::String
|
#name ⇒ ::String
1644 |
# File 'sig/client.rbs', line 1644
def name: () -> ::String
|
#schema ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645
def schema: () -> ::String
|