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:

  • (::String)


10026
10027
10028
# File 'sig/types.rbs', line 10026

def kms_key_id
  @kms_key_id
end

#outputs::Array[Types::ProcessingOutput]

Returns the value of attribute outputs.

Returns:



10025
10026
10027
# File 'sig/types.rbs', line 10025

def outputs
  @outputs
end