Class: Aws::AmplifyUIBuilder::Types::CodegenJobRenderConfig

Inherits:
Struct
  • Object
show all
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

Classes: React, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reactTypes::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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



455
456
457
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 455

def unknown
  @unknown
end