Class: Aws::Types::DeleteAgentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAgentVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
747 748 749 |
# File 'sig/types.rbs', line 747 def agent_version @agent_version end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
748 749 750 |
# File 'sig/types.rbs', line 748 def skip_resource_in_use_check @skip_resource_in_use_check end |