Class: Aws::Types::DeleteIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
355 356 357 |
# File 'sig/types.rbs', line 355 def force @force end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def integration_name @integration_name end |