Class: Aws::Types::AgentDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_cpu_cores ⇒ ::Array[::Integer]

Returns the value of attribute agent_cpu_cores.

Returns:

  • (::Array[::Integer])


16
17
18
# File 'sig/types.rbs', line 16

def agent_cpu_cores
  @agent_cpu_cores
end

#agent_version ⇒ ::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def agent_version
  @agent_version
end

#component_versions ⇒ ::Array[Types::ComponentVersion]

Returns the value of attribute component_versions.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def component_versions
  @component_versions
end

#instance_id ⇒ ::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def instance_id
  @instance_id
end

#instance_type ⇒ ::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def instance_type
  @instance_type
end

#reserved_cpu_cores ⇒ ::Array[::Integer]

Returns the value of attribute reserved_cpu_cores.

Returns:

  • (::Array[::Integer])


15
16
17
# File 'sig/types.rbs', line 15

def reserved_cpu_cores
  @reserved_cpu_cores
end