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.
5684 5685 5686 |
# File 'sig/types.rbs', line 5684 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def description @description end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
5685 5686 5687 |
# File 'sig/types.rbs', line 5685 def integration_config @integration_config end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
5682 5683 5684 |
# File 'sig/types.rbs', line 5682 def integration_identifier @integration_identifier end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
5686 5687 5688 |
# File 'sig/types.rbs', line 5686 def integration_name @integration_name end |