Class: Aws::IoT::Types::GetV2LoggingOptionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_log_levelString

The default log level.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
# File 'lib/aws-sdk-iot/types.rb', line 9127

class GetV2LoggingOptionsResponse < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs,
  :event_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#disable_all_logsBoolean

Disables all logs.

Returns:

  • (Boolean)


9127
9128
9129
9130
9131
9132
9133
9134
# File 'lib/aws-sdk-iot/types.rb', line 9127

class GetV2LoggingOptionsResponse < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs,
  :event_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#event_configurationsArray<Types::LogEventConfiguration>

The list of event configurations that override account-level logging.

Returns:



9127
9128
9129
9130
9131
9132
9133
9134
# File 'lib/aws-sdk-iot/types.rb', line 9127

class GetV2LoggingOptionsResponse < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs,
  :event_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role ARN IoT uses to write to your CloudWatch logs.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
# File 'lib/aws-sdk-iot/types.rb', line 9127

class GetV2LoggingOptionsResponse < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs,
  :event_configurations)
  SENSITIVE = []
  include Aws::Structure
end