Class: Aws::APIGateway::Types::DeleteResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to delete a Resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The identifier of the Resource resource.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the Resource resource.
1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1502 class DeleteResourceRequest < Struct.new( :rest_api_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1502 class DeleteResourceRequest < Struct.new( :rest_api_id, :resource_id) SENSITIVE = [] include Aws::Structure end |