Class: Aws::Types::RemoveSourceIdentifierFromSubscriptionMessage
- Inherits:
-
Object
- Object
- Aws::Types::RemoveSourceIdentifierFromSubscriptionMessage
- 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.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def source_identifier @source_identifier end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def subscription_name @subscription_name end |