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.
5713 5714 5715 |
# File 'sig/types.rbs', line 5713 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
5712 5713 5714 |
# File 'sig/types.rbs', line 5712 def description @description end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
5714 5715 5716 |
# File 'sig/types.rbs', line 5714 def integration_config @integration_config end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
5711 5712 5713 |
# File 'sig/types.rbs', line 5711 def integration_identifier @integration_identifier end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
5715 5716 5717 |
# File 'sig/types.rbs', line 5715 def integration_name @integration_name end |