class
Amazonite::ApiGateway::GetDocumentationPartRequest
- Amazonite::ApiGateway::GetDocumentationPartRequest
- Reference
- Object
Overview
Gets a specified documentation part of a given API.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_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 string identifier of the associated RestApi.
-
#documentation_part_id=(documentation_part_id : String)
The string identifier of the associated RestApi.
-
#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 string identifier of the associated RestApi.