Class: Aws::Types::IdMappingJobOutputSource
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingJobOutputSource
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
430 431 432 |
# File 'sig/types.rbs', line 430 def kms_arn @kms_arn end |
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
429 430 431 |
# File 'sig/types.rbs', line 429 def output_s3_path @output_s3_path end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def role_arn @role_arn end |