Class: Aws::Types::StartCodegenJobData
- Inherits:
-
Object
- Object
- Aws::Types::StartCodegenJobData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_generate_forms ⇒ Boolean
Returns the value of attribute auto_generate_forms.
-
#features ⇒ Types::CodegenFeatureFlags
Returns the value of attribute features.
-
#generic_data_schema ⇒ Types::CodegenJobGenericDataSchema
Returns the value of attribute generic_data_schema.
-
#render_config ⇒ Types::CodegenJobRenderConfig
Returns the value of attribute render_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auto_generate_forms ⇒ Boolean
Returns the value of attribute auto_generate_forms.
825 826 827 |
# File 'sig/types.rbs', line 825 def auto_generate_forms @auto_generate_forms end |
#features ⇒ Types::CodegenFeatureFlags
Returns the value of attribute features.
826 827 828 |
# File 'sig/types.rbs', line 826 def features @features end |
#generic_data_schema ⇒ Types::CodegenJobGenericDataSchema
Returns the value of attribute generic_data_schema.
824 825 826 |
# File 'sig/types.rbs', line 824 def generic_data_schema @generic_data_schema end |
#render_config ⇒ Types::CodegenJobRenderConfig
Returns the value of attribute render_config.
823 824 825 |
# File 'sig/types.rbs', line 823 def render_config @render_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
827 828 829 |
# File 'sig/types.rbs', line 827 def @tags end |