Class: Aws::Types::TransformOutput
- Inherits:
-
Object
- Object
- Aws::Types::TransformOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#assemble_with ⇒ "None", "Line"
Returns the value of attribute assemble_with.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
11645 11646 11647 |
# File 'sig/types.rbs', line 11645 def accept @accept end |
#assemble_with ⇒ "None", "Line"
Returns the value of attribute assemble_with.
11646 11647 11648 |
# File 'sig/types.rbs', line 11646 def assemble_with @assemble_with end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11647 11648 11649 |
# File 'sig/types.rbs', line 11647 def kms_key_id @kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
11644 11645 11646 |
# File 'sig/types.rbs', line 11644 def s3_output_path @s3_output_path end |