Class: Aws::Types::DeleteConnectClientAddInRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectClientAddInRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_in_id ⇒ ::String
Returns the value of attribute add_in_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#add_in_id ⇒ ::String
Returns the value of attribute add_in_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def add_in_id @add_in_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def resource_id @resource_id end |