Class: Aws::Types::UpdateSubscriptionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubscriptionDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#subscription_definition_id ⇒ ::String
Returns the value of attribute subscription_definition_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def name @name end |
#subscription_definition_id ⇒ ::String
Returns the value of attribute subscription_definition_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def subscription_definition_id @subscription_definition_id end |