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.
-
#manifest_key ⇒ ::String
Returns the value of attribute manifest_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
561 562 563 |
# File 'sig/types.rbs', line 561 def bucket_name @bucket_name end |
#manifest_key ⇒ ::String
Returns the value of attribute manifest_key.
562 563 564 |
# File 'sig/types.rbs', line 562 def manifest_key @manifest_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
563 564 565 |
# File 'sig/types.rbs', line 563 def role_arn @role_arn end |