Class: Aws::Types::ReactStartCodegenJobData
- Inherits:
-
Object
- Object
- Aws::Types::ReactStartCodegenJobData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_configuration ⇒ Types::ApiConfiguration
Returns the value of attribute api_configuration.
-
#dependencies ⇒ ::Hash[::String, ::String]
Returns the value of attribute dependencies.
-
#inline_source_map ⇒ Boolean
Returns the value of attribute inline_source_map.
-
#module ⇒ "es2020", "esnext"
Returns the value of attribute module.
-
#render_type_declarations ⇒ Boolean
Returns the value of attribute render_type_declarations.
-
#script ⇒ "jsx", ...
Returns the value of attribute script.
-
#target ⇒ "es2015", "es2020"
Returns the value of attribute target.
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.
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.
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.
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.
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.
765 766 767 |
# File 'sig/types.rbs', line 765 def script @script end |
#target ⇒ "es2015", "es2020"
Returns the value of attribute target.
764 765 766 |
# File 'sig/types.rbs', line 764 def target @target end |