Class: Aws::Types::PartnerEventSource
- Inherits:
-
Object
- Object
- Aws::Types::PartnerEventSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
892 893 894 |
# File 'sig/types.rbs', line 892 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
893 894 895 |
# File 'sig/types.rbs', line 893 def name @name end |