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.
8281 8282 8283 8284 8285 8286 |
# File 'lib/aws-sdk-iot/types.rb', line 8281 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.
8281 8282 8283 8284 8285 8286 |
# File 'lib/aws-sdk-iot/types.rb', line 8281 class GetLoggingOptionsResponse < Struct.new( :role_arn, :log_level) SENSITIVE = [] include Aws::Structure end |