Class: Aws::Types::TriggerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3092
3093
3094
# File 'sig/types.rbs', line 3092

def description
  @description
end

#guard_duty_finding_id::String

Returns the value of attribute guard_duty_finding_id.

Returns:

  • (::String)


3091
3092
3093
# File 'sig/types.rbs', line 3091

def guard_duty_finding_id
  @guard_duty_finding_id
end

#trigger_type"BACKUP", "GUARDDUTY"

Returns the value of attribute trigger_type.

Returns:

  • ("BACKUP", "GUARDDUTY")


3093
3094
3095
# File 'sig/types.rbs', line 3093

def trigger_type
  @trigger_type
end