Class: Aws::Types::StartCodegenJobData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_generate_forms ⇒ Boolean

Returns the value of attribute auto_generate_forms.

Returns:

  • (Boolean)


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.

Returns:

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


827
828
829
# File 'sig/types.rbs', line 827

def tags
  @tags
end