Class: Aws::Types::AddSourceIdentifierToSubscriptionMessage
- Inherits:
-
Object
- Object
- Aws::Types::AddSourceIdentifierToSubscriptionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
Instance Attribute Details
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
20 21 22 |
# File 'sig/types.rbs', line 20 def source_identifier @source_identifier end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def subscription_name @subscription_name end |