Class: Aws::Types::AutoMLOutputDataConfig

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)


697
698
699
# File 'sig/types.rbs', line 697

def kms_key_id
  @kms_key_id
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def s3_output_path
  @s3_output_path
end