Class: Aws::ApiGatewayV2::Types::DeleteDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
3596 3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3596 class DeleteDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
3596 3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3596 class DeleteDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |