Class: Aws::Types::S3Destination
- Inherits:
-
Object
- Object
- Aws::Types::S3Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def bucket_name @bucket_name end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def expected_bucket_owner @expected_bucket_owner end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def key_prefix @key_prefix end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def kms_key_arn @kms_key_arn end |