Class: Aws::Types::DetectorAdditionalConfigurationResult

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")


910
911
912
# File 'sig/types.rbs', line 910

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


911
912
913
# File 'sig/types.rbs', line 911

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


912
913
914
# File 'sig/types.rbs', line 912

def updated_at
  @updated_at
end