Class: Aws::Types::HookTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"CREATE", ...

Returns the value of attribute action.

Returns:

  • ("CREATE", "UPDATE", "DELETE", "IMPORT")


895
896
897
# File 'sig/types.rbs', line 895

def action
  @action
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def target_id
  @target_id
end

#target_type"RESOURCE"

Returns the value of attribute target_type.

Returns:

  • ("RESOURCE")


892
893
894
# File 'sig/types.rbs', line 892

def target_type
  @target_type
end

#target_type_name::String

Returns the value of attribute target_type_name.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def target_type_name
  @target_type_name
end