Class: Aws::APIGateway::Types::DeleteDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteDeploymentRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to delete a Deployment resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The identifier of the Deployment resource to delete.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#deployment_id ⇒ String
The identifier of the Deployment resource to delete.
1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1334 class DeleteDeploymentRequest < Struct.new( :rest_api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1334 class DeleteDeploymentRequest < Struct.new( :rest_api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |