Class: Aws::Types::OptimizationJobOutputConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


9641
9642
9643
# File 'sig/types.rbs', line 9641

def s3_output_location
  @s3_output_location
end

#sage_maker_modelTypes::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