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.
9640 9641 9642 |
# File 'sig/types.rbs', line 9640 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9641 9642 9643 |
# File 'sig/types.rbs', line 9641 def s3_output_location @s3_output_location end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
9642 9643 9644 |
# File 'sig/types.rbs', line 9642 def sage_maker_model @sage_maker_model end |