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.
10405 10406 10407 |
# File 'sig/types.rbs', line 10405 def compiled_output_config @compiled_output_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
10404 10405 10406 |
# File 'sig/types.rbs', line 10404 def kms_key_id @kms_key_id end |