Class: Aws::Types::LogTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


3866
3867
3868
# File 'sig/types.rbs', line 3866

def target_name
  @target_name
end

#target_type"DEFAULT", ...

Returns the value of attribute target_type.

Returns:

  • ("DEFAULT", "THING_GROUP", "CLIENT_ID", "SOURCE_IP", "PRINCIPAL_ID")


3865
3866
3867
# File 'sig/types.rbs', line 3865

def target_type
  @target_type
end