class Aws::APIGateway::Types::CreateResourceRequest
Requests API Gateway to create a Resource
resource.
@note When making an API call, you may pass CreateResourceRequest
data as a hash: { rest_api_id: "String", # required parent_id: "String", # required path_part: "String", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] parent_id
\[Required\] The parent resource's identifier. @return [String]
@!attribute [rw] path_part
The last path segment for this resource. @return [String]
Constants
- SENSITIVE