Class: Aws::Types::UpdateLogLevelsByResourceTypesRequest

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


2153
2154
2155
# File 'sig/types.rbs', line 2153

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:



2154
2155
2156
# File 'sig/types.rbs', line 2154

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:



2155
2156
2157
# File 'sig/types.rbs', line 2155

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:



2156
2157
2158
# File 'sig/types.rbs', line 2156

def wireless_gateway_log_options
  @wireless_gateway_log_options
end