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.
10893 10894 10895 10896 10897 10898 |
# File 'lib/aws-sdk-iot/types.rb', line 10893 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.
10893 10894 10895 10896 10897 10898 |
# File 'lib/aws-sdk-iot/types.rb', line 10893 class LoggingOptionsPayload < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |