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.
7421 7422 7423 7424 7425 7426 |
# File 'lib/aws-sdk-iot/types.rb', line 7421 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.
7421 7422 7423 7424 7425 7426 |
# File 'lib/aws-sdk-iot/types.rb', line 7421 class GetLoggingOptionsResponse < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |