Class: Aws::Types::OutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
236 237 238 |
# File 'sig/types.rbs', line 236 def encryption_key @encryption_key end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
235 236 237 |
# File 'sig/types.rbs', line 235 def s3_uri @s3_uri end |