Class: Aws::Types::CodegenJob
- Inherits:
-
Object
- Object
- Aws::Types::CodegenJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#asset ⇒ Types::CodegenJobAsset
Returns the value of attribute asset.
-
#auto_generate_forms ⇒ Boolean
Returns the value of attribute auto_generate_forms.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dependencies ⇒ ::Array[Types::CodegenDependency]
Returns the value of attribute dependencies.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#features ⇒ Types::CodegenFeatureFlags
Returns the value of attribute features.
-
#generic_data_schema ⇒ Types::CodegenJobGenericDataSchema
Returns the value of attribute generic_data_schema.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#render_config ⇒ Types::CodegenJobRenderConfig
Returns the value of attribute render_config.
-
#status ⇒ "in_progress", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def app_id @app_id end |
#asset ⇒ Types::CodegenJobAsset
Returns the value of attribute asset.
105 106 107 |
# File 'sig/types.rbs', line 105 def asset @asset end |
#auto_generate_forms ⇒ Boolean
Returns the value of attribute auto_generate_forms.
101 102 103 |
# File 'sig/types.rbs', line 101 def auto_generate_forms @auto_generate_forms end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
107 108 109 |
# File 'sig/types.rbs', line 107 def created_at @created_at end |
#dependencies ⇒ ::Array[Types::CodegenDependency]
Returns the value of attribute dependencies.
109 110 111 |
# File 'sig/types.rbs', line 109 def dependencies @dependencies end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
98 99 100 |
# File 'sig/types.rbs', line 98 def environment_name @environment_name end |
#features ⇒ Types::CodegenFeatureFlags
Returns the value of attribute features.
102 103 104 |
# File 'sig/types.rbs', line 102 def features @features end |
#generic_data_schema ⇒ Types::CodegenJobGenericDataSchema
Returns the value of attribute generic_data_schema.
100 101 102 |
# File 'sig/types.rbs', line 100 def generic_data_schema @generic_data_schema end |
#id ⇒ ::String
Returns the value of attribute id.
96 97 98 |
# File 'sig/types.rbs', line 96 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
108 109 110 |
# File 'sig/types.rbs', line 108 def modified_at @modified_at end |
#render_config ⇒ Types::CodegenJobRenderConfig
Returns the value of attribute render_config.
99 100 101 |
# File 'sig/types.rbs', line 99 def render_config @render_config end |
#status ⇒ "in_progress", ...
Returns the value of attribute status.
103 104 105 |
# File 'sig/types.rbs', line 103 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
104 105 106 |
# File 'sig/types.rbs', line 104 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
106 107 108 |
# File 'sig/types.rbs', line 106 def end |