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.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def description @description end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def integration_arn @integration_arn end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def integration_name @integration_name end |