Class: Aws::Types::DeleteAgent
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#force ⇒ Boolean
Returns the value of attribute force.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def agent_id @agent_id end |
#force ⇒ Boolean
Returns the value of attribute force.
193 194 195 |
# File 'sig/types.rbs', line 193 def force @force end |