Class: Aws::AmplifyUIBuilder::Types::GetMetadataRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetMetadataRequest
 
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #app_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the Amplify app. 
- 
  
    
      #environment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the backend environment that is part of the Amplify app. 
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app.
| 2298 2299 2300 2301 2302 2303 | # File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2298 class GetMetadataRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end | 
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
| 2298 2299 2300 2301 2302 2303 | # File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2298 class GetMetadataRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |