Class: Aws::Types::AgentVersion
- Inherits:
-
Object
- Object
- Aws::Types::AgentVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_count ⇒ ::Integer
Returns the value of attribute agent_count.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#agent_count ⇒ ::Integer
Returns the value of attribute agent_count.
356 357 358 |
# File 'sig/types.rbs', line 356 def agent_count @agent_count end |
#version ⇒ ::String
Returns the value of attribute version.
355 356 357 |
# File 'sig/types.rbs', line 355 def version @version end |