Class: Aws::IoT::Types::LoggingOptionsPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LoggingOptionsPayload
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Describes the logging options payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_level ⇒ String
The log level.
-
#role_arn ⇒ String
The ARN of the IAM role that grants access.
Instance Attribute Details
#log_level ⇒ String
The log level.
12907 12908 12909 12910 12911 12912 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12907 class LoggingOptionsPayload < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that grants access.
12907 12908 12909 12910 12911 12912 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12907 class LoggingOptionsPayload < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |