Class: Aws::Types::VersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::VersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_hash ⇒ ::String
Returns the value of attribute agent_hash.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#docker_version ⇒ ::String
Returns the value of attribute docker_version.
Instance Attribute Details
#agent_hash ⇒ ::String
Returns the value of attribute agent_hash.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def agent_hash @agent_hash end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def agent_version @agent_version end |
#docker_version ⇒ ::String
Returns the value of attribute docker_version.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def docker_version @docker_version end |