Class: Aws::ApiGatewayV2::Types::UpdateDeploymentInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateDeploymentInput
 
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for an UpdateDeployment request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the deployment resource. 
Instance Attribute Details
#description ⇒ String
The description for the deployment resource.
| 6867 6868 6869 6870 6871 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6867 class UpdateDeploymentInput < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |