class
Amazonite::ApiGateway::CreateDocumentationVersionRequest
- Amazonite::ApiGateway::CreateDocumentationVersionRequest
- Reference
- Object
Overview
Creates a new documentation version of a given API.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/create_documentation_version_request.crConstructors
- .new(rest_api_id : String, documentation_version : String, stage_name : String | Nil = nil, description : 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. -
#description : String | Nil
A description about the new documentation snapshot.
-
#description=(description : String | Nil)
A description about the new documentation snapshot.
-
#documentation_version : String
The version identifier of the new snapshot.
-
#documentation_version=(documentation_version : String)
The version identifier of the new snapshot.
-
#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.
-
#stage_name : String | Nil
The stage name to be associated with the new documentation snapshot.
-
#stage_name=(stage_name : String | Nil)
The stage name to be associated with the new documentation snapshot.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The version identifier of the new snapshot.
The stage name to be associated with the new documentation snapshot.
The stage name to be associated with the new documentation snapshot.