StartMonitoringMemberRequest
public struct StartMonitoringMemberRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account ID of the member account to try to enable. The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
Declaration
Swift
public let accountId: String
-
The ARN of the behavior graph.
Declaration
Swift
public let graphArn: String
-
Undocumented
Declaration
Swift
public init(accountId: String, graphArn: String)
-
Declaration
Swift
public func validate(name: String) throws