You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Amplify::Types::GetBackendEnvironmentRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Amplify::Types::GetBackendEnvironmentRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing GetBackendEnvironmentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  app_id: "AppId", # required
  environment_name: "EnvironmentName", # required
}
The request structure for the get backend environment request.
Instance Attribute Summary collapse
- 
  
    
      #app_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique id for an Amplify app. 
- 
  
    
      #environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the backend environment. 
Instance Attribute Details
#app_id ⇒ String
The unique id for an Amplify app.
#environment_name ⇒ String
The name for the backend environment.