DeleteV2LoggingLevelRequest
public struct DeleteV2LoggingLevelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the resource for which you are configuring logging.
Declaration
Swift
public let targetName: String
-
The type of resource for which you are configuring logging. Must be THING_Group.
Declaration
Swift
public let targetType: LogTargetType
-
Undocumented
Declaration
Swift
public init(targetName: String, targetType: LogTargetType)