Class: Aws::Types::AgentPreview

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_health"HEALTHY", ...

Returns the value of attribute agent_health.

Returns:

  • ("HEALTHY", "UNHEALTHY", "UNKNOWN")


45
46
47
# File 'sig/types.rbs', line 45

def agent_health
  @agent_health
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def agent_version
  @agent_version
end

#auto_scaling_group::String

Returns the value of attribute auto_scaling_group.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def auto_scaling_group
  @auto_scaling_group
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def hostname
  @hostname
end

#ipv4_address::String

Returns the value of attribute ipv4_address.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def ipv4_address
  @ipv4_address
end

#kernel_version::String

Returns the value of attribute kernel_version.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def kernel_version
  @kernel_version
end

#operating_system::String

Returns the value of attribute operating_system.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def operating_system
  @operating_system
end