Class: Aws::Types::TransformOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


11653
11654
11655
# File 'sig/types.rbs', line 11653

def accept
  @accept
end

#assemble_with"None", "Line"

Returns the value of attribute assemble_with.

Returns:

  • ("None", "Line")


11654
11655
11656
# File 'sig/types.rbs', line 11654

def assemble_with
  @assemble_with
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11655
11656
11657
# File 'sig/types.rbs', line 11655

def kms_key_id
  @kms_key_id
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


11652
11653
11654
# File 'sig/types.rbs', line 11652

def s3_output_path
  @s3_output_path
end