Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#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.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def bucket_name @bucket_name end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def key_prefix @key_prefix end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def kms_key_arn @kms_key_arn end |