Class: Aws::Types::S3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::S3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#file_key ⇒ ::String
Returns the value of attribute file_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
542 543 544 |
# File 'sig/types.rbs', line 542 def bucket_arn @bucket_arn end |
#file_key ⇒ ::String
Returns the value of attribute file_key.
543 544 545 |
# File 'sig/types.rbs', line 543 def file_key @file_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
541 542 543 |
# File 'sig/types.rbs', line 541 def role_arn @role_arn end |