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
show all
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

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The new values of the AWS IoT Analytics logging options.

Returns: