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.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def source_identifier @source_identifier end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
3710 3711 3712 |
# File 'sig/types.rbs', line 3710 def subscription_name @subscription_name end |