Class: Aws::Types::DocumentClassifierOutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::DocumentClassifierOutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flywheel_stats_s3_prefix ⇒ ::String
Returns the value of attribute flywheel_stats_s3_prefix.
-
#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
#flywheel_stats_s3_prefix ⇒ ::String
Returns the value of attribute flywheel_stats_s3_prefix.
766 767 768 |
# File 'sig/types.rbs', line 766 def flywheel_stats_s3_prefix @flywheel_stats_s3_prefix end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
765 766 767 |
# File 'sig/types.rbs', line 765 def kms_key_id @kms_key_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
764 765 766 |
# File 'sig/types.rbs', line 764 def s3_uri @s3_uri end |