class
Amazonite::ApiGateway::GetDeploymentRequest
- Amazonite::ApiGateway::GetDeploymentRequest
- Reference
- Object
Overview
Requests API Gateway to get information about a Deployment resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_deployment_request.crConstructors
- .new(rest_api_id : String, deployment_id : String, embed : Array(String) | Nil = nil)
- .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. -
#deployment_id : String
The identifier of the Deployment resource to get information about.
-
#deployment_id=(deployment_id : String)
The identifier of the Deployment resource to get information about.
-
#embed : Array(String) | Nil
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.
-
#embed=(embed : Array(String) | Nil)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.
-
#hash(hasher)
See
Object#hash(hasher) -
#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
Returns true if this reference is the same as other. Invokes same?.
The identifier of the Deployment resource to get information about.
A query parameter to retrieve the specified embedded resources of the returned Deployment
resource in the response. In a REST API call, this #embed parameter value is a list of
comma-separated strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be
a single-valued list containing only the "apisummary" string. For example, GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.
A query parameter to retrieve the specified embedded resources of the returned Deployment
resource in the response. In a REST API call, this #embed parameter value is a list of
comma-separated strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be
a single-valued list containing only the "apisummary" string. For example, GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.