DelegatedAdministrator
public struct DelegatedAdministrator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the delegated administrator’s account.
Declaration
Swift
public let arn: String?
-
The date when the account was made a delegated administrator.
Declaration
Swift
public let delegationEnabledDate: TimeStamp?
-
The email address that is associated with the delegated administrator’s AWS account.
Declaration
Swift
public let email: String?
-
The unique identifier (ID) of the delegated administrator’s account.
Declaration
Swift
public let id: String?
-
The method by which the delegated administrator’s account joined the organization.
Declaration
Swift
public let joinedMethod: AccountJoinedMethod?
-
The date when the delegated administrator’s account became a part of the organization.
Declaration
Swift
public let joinedTimestamp: TimeStamp?
-
The friendly name of the delegated administrator’s account.
Declaration
Swift
public let name: String?
-
The status of the delegated administrator’s account in the organization.
Declaration
Swift
public let status: AccountStatus?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, delegationEnabledDate: TimeStamp? = nil, email: String? = nil, id: String? = nil, joinedMethod: AccountJoinedMethod? = nil, joinedTimestamp: TimeStamp? = nil, name: String? = nil, status: AccountStatus? = nil)