Class: Aws::Types::NotifyWhenUploadedOutput
- Inherits:
-
Object
- Object
- Aws::Types::NotifyWhenUploadedOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
-
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
Instance Attribute Details
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def file_share_arn @file_share_arn end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def notification_id @notification_id end |