class Aws::APIGateway::Types::DeleteResourceRequest
Request to delete a Resource
.
@note When making an API call, you may pass DeleteResourceRequest
data as a hash: { rest_api_id: "String", # required resource_id: "String", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] resource_id
\[Required\] The identifier of the Resource resource. @return [String]
Constants
- SENSITIVE