Class: Aws::ApiGatewayV2::Types::CreateDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDeploymentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for a CreateDeployment request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description for the deployment resource.
-
#stage_name ⇒ String
The name of the Stage resource for the Deployment resource to create.
Instance Attribute Details
#description ⇒ String
The description for the deployment resource.
1090 1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1090 class CreateDeploymentInput < Struct.new( :description, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the Stage resource for the Deployment resource to create.
1090 1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1090 class CreateDeploymentInput < Struct.new( :description, :stage_name) SENSITIVE = [] include Aws::Structure end |