Class: Aws::APIGateway::Types::DeleteResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Request to delete a Resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the Resource resource.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1502

class DeleteResourceRequest < Struct.new(
  :rest_api_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1502

class DeleteResourceRequest < Struct.new(
  :rest_api_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end