class
Amazonite::ApiGateway::GetIntegrationRequest
- Amazonite::ApiGateway::GetIntegrationRequest
- Reference
- Object
Overview
Represents a request to get the integration configuration.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_integration_request.crConstructors
- .new(rest_api_id : String, resource_id : String, http_method : 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
Specifies a get integration request's HTTP method.
-
#http_method=(http_method : String)
Specifies a get integration request's HTTP method.
-
#resource_id : String
Specifies a get integration request's resource identifier
-
#resource_id=(resource_id : String)
Specifies a get integration request's resource identifier
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.