You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::PutLoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::PutLoggingOptionsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutLoggingOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
logging_options: { # required
role_arn: "RoleArn", # required
level: "ERROR", # required, accepts ERROR
enabled: false, # required
},
}
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
The new values of the AWS IoT Analytics logging options.
Instance Attribute Details
#logging_options ⇒ Types::LoggingOptions
The new values of the AWS IoT Analytics logging options.