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
2798 2799 2800 2801 2802 2803 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2798 class DeleteDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
2798 2799 2800 2801 2802 2803 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2798 class DeleteDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |