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.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def bucket_arn @bucket_arn end |
#file_key ⇒ ::String
Returns the value of attribute file_key.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def file_key @file_key end |