You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::CreateDeploymentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDeploymentResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #auto_deployed  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #created_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier. . 
- 
  
    
      #deployment_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents a deployment status. Possible values: - PENDING
- FAILED
- DEPLOYED
 
- 
  
    
      #deployment_status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A string with a length between [0-1024]. . 
Instance Attribute Details
#auto_deployed ⇒ Boolean
#created_date ⇒ Time
#deployment_id ⇒ String
The identifier.
#deployment_status ⇒ String
Represents a deployment status.
Possible values:
- PENDING
- FAILED
- DEPLOYED
#deployment_status_message ⇒ String
#description ⇒ String
A string with a length between [0-1024].