Class: Aws::Types::DeleteConnectorProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectorProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
417 418 419 |
# File 'sig/types.rbs', line 417 def connector_profile_name @connector_profile_name end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
418 419 420 |
# File 'sig/types.rbs', line 418 def force_delete @force_delete end |