Class: Aws::Types::DmsTransferSettings
- Inherits:
-
Object
- Object
- Aws::Types::DmsTransferSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def bucket_name @bucket_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def service_access_role_arn @service_access_role_arn end |