Class: Aws::Types::ModifyIntegrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIntegrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def description @description end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def integration_arn @integration_arn end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def integration_name @integration_name end |