Class: Aws::Types::DetectorAdditionalConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"EKS_ADDON_MANAGEMENT", ...

Returns the value of attribute name.

Returns:

  • ("EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT")


904
905
906
# File 'sig/types.rbs', line 904

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


905
906
907
# File 'sig/types.rbs', line 905

def status
  @status
end