Class: Aws::Types::DeletePartnerEventSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePartnerEventSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
395 396 397 |
# File 'sig/types.rbs', line 395 def account @account end |
#name ⇒ ::String
Returns the value of attribute name.
394 395 396 |
# File 'sig/types.rbs', line 394 def name @name end |