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.
9625 9626 9627 |
# File 'sig/types.rbs', line 9625 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9626 9627 9628 |
# File 'sig/types.rbs', line 9626 def s3_output_location @s3_output_location end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
9627 9628 9629 |
# File 'sig/types.rbs', line 9627 def sage_maker_model @sage_maker_model end |