Class: Aws::Types::UpdateRecipeJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecipeJobRequest
- 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.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def database_outputs @database_outputs end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def encryption_mode @encryption_mode end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def name @name end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def outputs @outputs end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def role_arn @role_arn end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def timeout @timeout end |