Class: Aws::Types::RecommendationJobOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compiled_output_config ⇒ Types::RecommendationJobCompiledOutputConfig
Returns the value of attribute compiled_output_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#compiled_output_config ⇒ Types::RecommendationJobCompiledOutputConfig
Returns the value of attribute compiled_output_config.
10383 10384 10385 |
# File 'sig/types.rbs', line 10383 def compiled_output_config @compiled_output_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
10382 10383 10384 |
# File 'sig/types.rbs', line 10382 def kms_key_id @kms_key_id end |