Class: Aws::Types::S3ReferenceDataSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ReferenceDataSource
- 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.
-
#reference_role_arn ⇒ ::String
Returns the value of attribute reference_role_arn.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
548 549 550 |
# File 'sig/types.rbs', line 548 def bucket_arn @bucket_arn end |
#file_key ⇒ ::String
Returns the value of attribute file_key.
549 550 551 |
# File 'sig/types.rbs', line 549 def file_key @file_key end |
#reference_role_arn ⇒ ::String
Returns the value of attribute reference_role_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def reference_role_arn @reference_role_arn end |