class
Amazonite::ApiGateway::DeleteDocumentationPartRequest
- Amazonite::ApiGateway::DeleteDocumentationPartRequest
- Reference
- Object
Overview
Deletes an existing documentation part of an API.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_documentation_part_request.crConstructors
- .new(rest_api_id : String, documentation_part_id : 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. -
#documentation_part_id : String
The identifier of the to-be-deleted documentation part.
-
#documentation_part_id=(documentation_part_id : String)
The identifier of the to-be-deleted documentation part.
-
#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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def documentation_part_id=(documentation_part_id : String)
#
The identifier of the to-be-deleted documentation part.