Module: Aws::ApiGatewayV2::Client::_GetModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelResponse]
- 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
956 |
# File 'sig/client.rbs', line 956
def content_type: () -> ::String
|
#description ⇒ ::String
957 |
# File 'sig/client.rbs', line 957
def description: () -> ::String
|
#model_id ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def model_id: () -> ::String
|
#name ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def name: () -> ::String
|
#schema ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def schema: () -> ::String
|