AWSIoTGetLoggingOptionsResponse

Objective-C

@interface AWSIoTGetLoggingOptionsResponse

Swift

class AWSIoTGetLoggingOptionsResponse

The output from the GetLoggingOptions operation.

  • The logging level.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTLogLevel logLevel;

    Swift

    var logLevel: AWSIoTLogLevel { get set }
  • The ARN of the IAM role that grants access.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }