Class: Aws::Types::S3ReferenceDataSourceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3ReferenceDataSourceUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
-
#file_key_update ⇒ ::String
Returns the value of attribute file_key_update.
-
#reference_role_arn_update ⇒ ::String
Returns the value of attribute reference_role_arn_update.
Instance Attribute Details
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
562 563 564 |
# File 'sig/types.rbs', line 562 def bucket_arn_update @bucket_arn_update end |
#file_key_update ⇒ ::String
Returns the value of attribute file_key_update.
563 564 565 |
# File 'sig/types.rbs', line 563 def file_key_update @file_key_update end |
#reference_role_arn_update ⇒ ::String
Returns the value of attribute reference_role_arn_update.
564 565 566 |
# File 'sig/types.rbs', line 564 def reference_role_arn_update @reference_role_arn_update end |