class
Amazonite::ApiGateway::CreateResourceRequest
- Amazonite::ApiGateway::CreateResourceRequest
- Reference
- Object
Overview
Requests API Gateway to create a Resource resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/create_resource_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#parent_id : String
The parent resource's identifier.
-
#parent_id=(parent_id : String)
The parent resource's identifier.
-
#path_part : String
The last path segment for this resource.
-
#path_part=(path_part : String)
The last path segment for this resource.
-
#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?.