Class: Aws::Types::ModifyIntegrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIntegrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
Instance Attribute Details
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def description @description end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def integration_identifier @integration_identifier end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
3253 3254 3255 |
# File 'sig/types.rbs', line 3253 def integration_name @integration_name end |