Class: Aws::Types::AgentInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def agent_id
  @agent_id
end

#agent_network_info_list::Array[Types::AgentNetworkInfo]

Returns the value of attribute agent_network_info_list.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def agent_network_info_list
  @agent_network_info_list
end

#agent_type::String

Returns the value of attribute agent_type.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def agent_type
  @agent_type
end

#collection_status::String

Returns the value of attribute collection_status.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def collection_status
  @collection_status
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def connector_id
  @connector_id
end

#health"HEALTHY", ...

Returns the value of attribute health.

Returns:

  • ("HEALTHY", "UNHEALTHY", "RUNNING", "UNKNOWN", "BLACKLISTED", "SHUTDOWN")


24
25
26
# File 'sig/types.rbs', line 24

def health
  @health
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def host_name
  @host_name
end

#last_health_ping_time::String

Returns the value of attribute last_health_ping_time.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def last_health_ping_time
  @last_health_ping_time
end

#registered_time::String

Returns the value of attribute registered_time.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def registered_time
  @registered_time
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def version
  @version
end