Class: Aws::IoTEvents::Types::PutLoggingOptionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::PutLoggingOptionsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logging_options  ⇒ Types::LoggingOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new values of the AWS IoT Events logging options.
 
Instance Attribute Details
#logging_options ⇒ Types::LoggingOptions
The new values of the AWS IoT Events logging options.
      2563 2564 2565 2566 2567  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2563 class PutLoggingOptionsRequest < Struct.new( :logging_options) SENSITIVE = [] include Aws::Structure end  |