class
Amazonite::ApiGateway::UpdateDeploymentRequest
- Amazonite::ApiGateway::UpdateDeploymentRequest
- Reference
- Object
Overview
Requests API Gateway to change information about a Deployment resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_deployment_request.crConstructors
- .new(rest_api_id : String, deployment_id : String, patch_operations : Array(PatchOperation) | 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 replacement identifier for the Deployment resource to change information about.
-
#deployment_id=(deployment_id : String)
The replacement identifier for the Deployment resource to change information about.
-
#hash(hasher)
See
Object#hash(hasher) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
-
#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 replacement identifier for the Deployment resource to change information about.
The replacement identifier for the Deployment resource to change information about.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.