Class: Aws::Types::S3ReferenceDataSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::S3ReferenceDataSourceDescription
- 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.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def bucket_arn @bucket_arn end |
#file_key ⇒ ::String
Returns the value of attribute file_key.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def file_key @file_key end |
#reference_role_arn ⇒ ::String
Returns the value of attribute reference_role_arn.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def reference_role_arn @reference_role_arn end |