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)


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.

Returns:

  • (::String)


9626
9627
9628
# File 'sig/types.rbs', line 9626

def s3_output_location
  @s3_output_location
end

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