Class: Aws::Types::PiiOutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::PiiOutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def kms_key_id @kms_key_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def s3_uri @s3_uri end |