Class: Aws::IoT::Types::GetLoggingOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetLoggingOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the GetLoggingOptions operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_level ⇒ String
The logging level.
-
#role_arn ⇒ String
The ARN of the IAM role that grants access.
Instance Attribute Details
#log_level ⇒ String
The logging level.
7724 7725 7726 7727 7728 7729 |
# File 'lib/aws-sdk-iot/types.rb', line 7724 class GetLoggingOptionsResponse < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that grants access.
7724 7725 7726 7727 7728 7729 |
# File 'lib/aws-sdk-iot/types.rb', line 7724 class GetLoggingOptionsResponse < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |