Class: Aws::Types::OptimizationJobOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::OptimizationJobOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
-
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9663 9664 9665 |
# File 'sig/types.rbs', line 9663 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9664 9665 9666 |
# File 'sig/types.rbs', line 9664 def s3_output_location @s3_output_location end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
9665 9666 9667 |
# File 'sig/types.rbs', line 9665 def sage_maker_model @sage_maker_model end |