Class: Aws::Types::ImportBackendStorageReqObj
- Inherits:
-
Object
- Object
- Aws::Types::ImportBackendStorageReqObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#service_name ⇒ "S3"
Returns the value of attribute service_name.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
734 735 736 |
# File 'sig/types.rbs', line 734 def bucket_name @bucket_name end |
#service_name ⇒ "S3"
Returns the value of attribute service_name.
735 736 737 |
# File 'sig/types.rbs', line 735 def service_name @service_name end |