UpdateEnrollmentStatusRequest
public struct UpdateEnrollmentStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether to enroll member accounts of the organization if the your account is the master account of an organization.
Declaration
Swift
public let includeMemberAccounts: Bool?
-
The new enrollment status of the account. Accepted options are Active or Inactive. You will get an error if Pending or Failed are specified.
Declaration
Swift
public let status: Status
-
Undocumented
Declaration
Swift
public init(includeMemberAccounts: Bool? = nil, status: Status)