class
Amazonite::ApiGateway::GetMethodResponseRequest
- Amazonite::ApiGateway::GetMethodResponseRequest
- Reference
- Object
Overview
Request to describe a MethodResponse resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_method_response_request.crConstructors
- .new(rest_api_id : String, resource_id : String, http_method : String, status_code : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#http_method : String
The HTTP verb of the Method resource.
-
#http_method=(http_method : String)
The HTTP verb of the Method resource.
-
#resource_id : String
The Resource identifier for the MethodResponse resource.
-
#resource_id=(resource_id : String)
The Resource identifier for the MethodResponse resource.
-
#rest_api_id : String
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String)
The string identifier of the associated RestApi.
-
#status_code : String
The status code for the MethodResponse resource.
-
#status_code=(status_code : String)
The status code for the MethodResponse resource.
- #validate! : Nil
Constructor Detail
def self.new(rest_api_id : String, resource_id : String, http_method : String, status_code : String)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.