Class: Aws::IoT::Types::GetV2LoggingOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetV2LoggingOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_log_level ⇒ String
The default log level.
-
#disable_all_logs ⇒ Boolean
Disables all logs.
-
#event_configurations ⇒ Array<Types::LogEventConfiguration>
The list of event configurations that override account-level logging.
-
#role_arn ⇒ String
The IAM role ARN IoT uses to write to your CloudWatch logs.
Instance Attribute Details
#default_log_level ⇒ String
The default log level.
9030 9031 9032 9033 9034 9035 9036 9037 |
# File 'lib/aws-sdk-iot/types.rb', line 9030 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs, :event_configurations) SENSITIVE = [] include Aws::Structure end |
#disable_all_logs ⇒ Boolean
Disables all logs.
9030 9031 9032 9033 9034 9035 9036 9037 |
# File 'lib/aws-sdk-iot/types.rb', line 9030 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs, :event_configurations) SENSITIVE = [] include Aws::Structure end |
#event_configurations ⇒ Array<Types::LogEventConfiguration>
The list of event configurations that override account-level logging.
9030 9031 9032 9033 9034 9035 9036 9037 |
# File 'lib/aws-sdk-iot/types.rb', line 9030 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs, :event_configurations) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN IoT uses to write to your CloudWatch logs.
9030 9031 9032 9033 9034 9035 9036 9037 |
# File 'lib/aws-sdk-iot/types.rb', line 9030 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs, :event_configurations) SENSITIVE = [] include Aws::Structure end |