Class: Aws::Types::JobOutputDataConfig

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)


293
294
295
# File 'sig/types.rbs', line 293

def kms_key_id
  @kms_key_id
end

#s3_path ⇒ ::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def s3_path
  @s3_path
end