Class: Aws::Types::CodegenJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::Time)


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.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def dependencies
  @dependencies
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def id
  @id
end

#modified_at ⇒ ::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


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.

Returns:

  • ("in_progress", "failed", "succeeded")


103
104
105
# File 'sig/types.rbs', line 103

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def status_message
  @status_message
end

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

Returns the value of attribute tags.

Returns:

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


106
107
108
# File 'sig/types.rbs', line 106

def tags
  @tags
end