Class: Aws::Types::ReactStartCodegenJobData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_configuration ⇒ Types::ApiConfiguration

Returns the value of attribute api_configuration.



768
769
770
# File 'sig/types.rbs', line 768

def api_configuration
  @api_configuration
end

#dependencies ⇒ ::Hash[::String, ::String]

Returns the value of attribute dependencies.

Returns:

  • (::Hash[::String, ::String])


769
770
771
# File 'sig/types.rbs', line 769

def dependencies
  @dependencies
end

#inline_source_map ⇒ Boolean

Returns the value of attribute inline_source_map.

Returns:

  • (Boolean)


767
768
769
# File 'sig/types.rbs', line 767

def inline_source_map
  @inline_source_map
end

#module ⇒ "es2020", "esnext"

Returns the value of attribute module.

Returns:

  • ("es2020", "esnext")


763
764
765
# File 'sig/types.rbs', line 763

def module
  @module
end

#render_type_declarations ⇒ Boolean

Returns the value of attribute render_type_declarations.

Returns:

  • (Boolean)


766
767
768
# File 'sig/types.rbs', line 766

def render_type_declarations
  @render_type_declarations
end

#script ⇒ "jsx", ...

Returns the value of attribute script.

Returns:

  • ("jsx", "tsx", "js")


765
766
767
# File 'sig/types.rbs', line 765

def script
  @script
end

#target ⇒ "es2015", "es2020"

Returns the value of attribute target.

Returns:

  • ("es2015", "es2020")


764
765
766
# File 'sig/types.rbs', line 764

def target
  @target
end