Class: Aws::Types::IdMappingWorkflowOutputSource
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingWorkflowOutputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
Instance Attribute Details
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
457 458 459 |
# File 'sig/types.rbs', line 457 def kms_arn @kms_arn end |
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
458 459 460 |
# File 'sig/types.rbs', line 458 def output_s3_path @output_s3_path end |