Class: Aws::Types::CreateRecipeJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecipeJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
-
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
-
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
119 120 121 |
# File 'sig/types.rbs', line 119 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
120 121 122 |
# File 'sig/types.rbs', line 120 def database_outputs @database_outputs end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def dataset_name @dataset_name end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
113 114 115 |
# File 'sig/types.rbs', line 113 def encryption_mode @encryption_mode end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
115 116 117 |
# File 'sig/types.rbs', line 115 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
116 117 118 |
# File 'sig/types.rbs', line 116 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
117 118 119 |
# File 'sig/types.rbs', line 117 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
114 115 116 |
# File 'sig/types.rbs', line 114 def name @name end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
118 119 120 |
# File 'sig/types.rbs', line 118 def outputs @outputs end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def project_name @project_name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
122 123 124 |
# File 'sig/types.rbs', line 122 def recipe_reference @recipe_reference end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
123 124 125 |
# File 'sig/types.rbs', line 123 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
125 126 127 |
# File 'sig/types.rbs', line 125 def timeout @timeout end |