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.
555 556 557 |
# File 'sig/types.rbs', line 555 def bucket_arn @bucket_arn end |
#file_key ⇒ ::String
Returns the value of attribute file_key.
556 557 558 |
# File 'sig/types.rbs', line 556 def file_key @file_key end |
#reference_role_arn ⇒ ::String
Returns the value of attribute reference_role_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def reference_role_arn @reference_role_arn end |