Class: Aws::Types::AgentDetails
- Inherits:
-
Object
- Object
- Aws::Types::AgentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_cpu_cores ⇒ ::Array[::Integer]
Returns the value of attribute agent_cpu_cores.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#component_versions ⇒ ::Array[Types::ComponentVersion]
Returns the value of attribute component_versions.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#reserved_cpu_cores ⇒ ::Array[::Integer]
Returns the value of attribute reserved_cpu_cores.
Instance Attribute Details
#agent_cpu_cores ⇒ ::Array[::Integer]
Returns the value of attribute agent_cpu_cores.
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.
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.
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.
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.
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.
15 16 17 |
# File 'sig/types.rbs', line 15 def reserved_cpu_cores @reserved_cpu_cores end |