Method: Aws::IoTEvents::Client#put_logging_options
- Defined in:
- lib/aws-sdk-iotevents/client.rb
#put_logging_options(params = {}) ⇒ Struct
Sets or updates the AWS IoT Events logging options.
If you update the value of any ‘loggingOptions` field, it takes up to one minute for the change to take effect. If you change the policy attached to the role you specified in the `roleArn` field (for example, to correct an invalid policy), it takes up to five minutes for that change to take effect.
2197 2198 2199 2200 |
# File 'lib/aws-sdk-iotevents/client.rb', line 2197 def (params = {}, = {}) req = build_request(:put_logging_options, params) req.send_request() end |