Class: Aws::Types::DeleteV2LoggingLevelRequest

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)


1562
1563
1564
# File 'sig/types.rbs', line 1562

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


1561
1562
1563
# File 'sig/types.rbs', line 1561

def target_type
  @target_type
end