Class: Aws::Types::AsyncInvokeS3OutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInvokeS3OutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#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
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
61 62 63 |
# File 'sig/types.rbs', line 61 def bucket_owner @bucket_owner end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def kms_key_id @kms_key_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
59 60 61 |
# File 'sig/types.rbs', line 59 def s3_uri @s3_uri end |