Class: Aws::AmplifyUIBuilder::Types::CodegenJobRenderConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AmplifyUIBuilder::Types::CodegenJobRenderConfig
 
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
    Note:
    
  
  CodegenJobRenderConfig is a union - when making an API calls you must set exactly one of the members.
    Note:
    
  
CodegenJobRenderConfig is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of CodegenJobRenderConfig corresponding to the set member.
Describes the configuration information for rendering the UI component associated with the code generation job.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #react  ⇒ Types::ReactStartCodegenJobData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the ReactStartCodegenJobDataobject.
- 
  
    
      #unknown  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute unknown. 
Instance Attribute Details
#react ⇒ Types::ReactStartCodegenJobData
The name of the ReactStartCodegenJobData object.
| 455 456 457 458 459 460 461 462 463 464 | # File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 455 class CodegenJobRenderConfig < Struct.new( :react, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class React < CodegenJobRenderConfig; end class Unknown < CodegenJobRenderConfig; end end | 
#unknown ⇒ Object
Returns the value of attribute unknown
| 455 456 457 | # File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 455 def unknown @unknown end |