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.
335 336 337 |
# File 'sig/types.rbs', line 335 def account @account end |
#name ⇒ ::String
Returns the value of attribute name.
334 335 336 |
# File 'sig/types.rbs', line 334 def name @name end |