Class: Aws::Types::DeleteAgentActionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentActionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
Instance Attribute Details
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
712 713 714 |
# File 'sig/types.rbs', line 712 def action_group_id @action_group_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
711 712 713 |
# File 'sig/types.rbs', line 711 def agent_version @agent_version end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
713 714 715 |
# File 'sig/types.rbs', line 713 def skip_resource_in_use_check @skip_resource_in_use_check end |