You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::CreateDeploymentInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDeploymentInput
 
- Defined in:
- (unknown)
Overview
Represents the input parameters for a CreateDeployment request.
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.
#stage_name ⇒ String
The name of the Stage resource for the Deployment resource to create.