Class: Aws::Types::UpdateEventIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
512 513 514 |
# File 'sig/types.rbs', line 512 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
511 512 513 |
# File 'sig/types.rbs', line 511 def name @name end |