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