Class: Aws::Types::PutResourceLogLevelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

  • ("INFO", "ERROR", "DISABLED")


1703
1704
1705
# File 'sig/types.rbs', line 1703

def log_level
  @log_level
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def resource_type
  @resource_type
end