Class: Aws::Types::VersionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_hash::String

Returns the value of attribute agent_hash.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def docker_version
  @docker_version
end