Class: Aws::Types::ProcessingOutputConfig

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:



10104
10105
10106
# File 'sig/types.rbs', line 10104

def kms_key_id
  @kms_key_id
end

#outputs::Array[Types::ProcessingOutput]

Returns the value of attribute outputs.

Returns:



10103
10104
10105
# File 'sig/types.rbs', line 10103

def outputs
  @outputs
end