Class: Aws::Types::DisassociateServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateServiceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
495 496 497 |
# File 'sig/types.rbs', line 495 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def association_id @association_id end |