Class: Aws::IoT::Types::GetV2LoggingOptionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::GetV2LoggingOptionsResponse
 
- Defined in:
- gems/aws-sdk-iot/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. 
- 
  
    
      #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.
| 8853 8854 8855 8856 8857 8858 8859 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8853 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end | 
#disable_all_logs ⇒ Boolean
Disables all logs.
| 8853 8854 8855 8856 8857 8858 8859 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8853 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end | 
#role_arn ⇒ String
The IAM role ARN IoT uses to write to your CloudWatch logs.
| 8853 8854 8855 8856 8857 8858 8859 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8853 class GetV2LoggingOptionsResponse < Struct.new( :role_arn, :default_log_level, :disable_all_logs) SENSITIVE = [] include Aws::Structure end |