Class: Aws::Types::AgentVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_count::Integer

Returns the value of attribute agent_count.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def agent_count
  @agent_count
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def version
  @version
end