Class: Aws::Types::GetLogLevelsByResourceTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_log_level ⇒ "INFO", ...

Returns the value of attribute default_log_level.

Returns:

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


695
696
697
# File 'sig/types.rbs', line 695

def default_log_level
  @default_log_level
end

#fuota_task_log_options ⇒ ::Array[Types::FuotaTaskLogOption]

Returns the value of attribute fuota_task_log_options.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def fuota_task_log_options
  @fuota_task_log_options
end

#wireless_device_log_options ⇒ ::Array[Types::WirelessDeviceLogOption]

Returns the value of attribute wireless_device_log_options.

Returns:



697
698
699
# File 'sig/types.rbs', line 697

def wireless_device_log_options
  @wireless_device_log_options
end

#wireless_gateway_log_options ⇒ ::Array[Types::WirelessGatewayLogOption]

Returns the value of attribute wireless_gateway_log_options.

Returns:



696
697
698
# File 'sig/types.rbs', line 696

def wireless_gateway_log_options
  @wireless_gateway_log_options
end