Class: Aws::Types::ComputeConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


409
410
411
# File 'sig/types.rbs', line 409

def enabled
  @enabled
end

#node_pools::Array[::String]

Returns the value of attribute node_pools.

Returns:

  • (::Array[::String])


410
411
412
# File 'sig/types.rbs', line 410

def node_pools
  @node_pools
end

#node_role_arn::String

Returns the value of attribute node_role_arn.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def node_role_arn
  @node_role_arn
end