Class: Aws::IoT::Types::LoggingOptionsPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LoggingOptionsPayload
- Includes:
- Structure
- Defined in:
- 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.
12948 12949 12950 12951 12952 12953 |
# File 'lib/aws-sdk-iot/types.rb', line 12948 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.
12948 12949 12950 12951 12952 12953 |
# File 'lib/aws-sdk-iot/types.rb', line 12948 class LoggingOptionsPayload < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |