Class: Aws::Types::ModifyIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIntegrationRequest
- 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_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
-
#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.
5703 5704 5705 |
# File 'sig/types.rbs', line 5703 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
5702 5703 5704 |
# File 'sig/types.rbs', line 5702 def description @description end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
5704 5705 5706 |
# File 'sig/types.rbs', line 5704 def integration_config @integration_config end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
5701 5702 5703 |
# File 'sig/types.rbs', line 5701 def integration_identifier @integration_identifier end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def integration_name @integration_name end |