class
Amazonite::ApiGateway::Deployment
- Amazonite::ApiGateway::Deployment
- Reference
- Object
Overview
An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/deployment.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : String | Nil = nil, description : String | Nil = nil, created_date : Time | Nil = nil, api_summary : Hash(String, Hash(String, MethodSnapshot)) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_summary : Hash(String, Hash(String, MethodSnapshot)) | Nil
A summary of the RestApi at the date and time that the deployment resource was created.
-
#api_summary=(api_summary : Hash(String, Hash(String, MethodSnapshot)) | Nil)
A summary of the RestApi at the date and time that the deployment resource was created.
-
#created_date : Time | Nil
The date and time that the deployment resource was created.
-
#created_date=(created_date : Time | Nil)
The date and time that the deployment resource was created.
-
#description : String | Nil
The description for the deployment resource.
-
#description=(description : String | Nil)
The description for the deployment resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The identifier for the deployment resource.
-
#id=(id : String | Nil)
The identifier for the deployment resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A summary of the RestApi at the date and time that the deployment resource was created.
A summary of the RestApi at the date and time that the deployment resource was created.
The date and time that the deployment resource was created.