NAME
Paws::ApiGateway::MethodResponse
ATTRIBUTES
ResponseModels => Paws::ApiGateway::MapOfStringToString
Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.
ResponseParameters => Paws::ApiGateway::MapOfStringToBoolean
Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}
, where name
is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.
StatusCode => Str
The method response's status code.