Class: Aws::IoT::Types::SetV2LoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SetV2LoggingOptionsRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_log_level ⇒ String
The default logging level.
-
#disable_all_logs ⇒ Boolean
If true all logs are disabled.
-
#role_arn ⇒ String
The ARN of the role that allows IoT to write to Cloudwatch logs.
Instance Attribute Details
#default_log_level ⇒ String
The default logging level.
15215 15216 15217 15218 15219 15220 15221 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15215 class SetV2LoggingOptionsRequest < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end |
#disable_all_logs ⇒ Boolean
If true all logs are disabled. The default is false.
15215 15216 15217 15218 15219 15220 15221 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15215 class SetV2LoggingOptionsRequest < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role that allows IoT to write to Cloudwatch logs.
15215 15216 15217 15218 15219 15220 15221 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15215 class SetV2LoggingOptionsRequest < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end |