GetAdminAccountResponse
public struct GetAdminAccountResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account that is set as the AWS Firewall Manager administrator.
Declaration
Swift
public let adminAccount: String?
-
The status of the AWS account that you set as the AWS Firewall Manager administrator.
Declaration
Swift
public let roleStatus: AccountRoleStatus?
-
Undocumented
Declaration
Swift
public init(adminAccount: String? = nil, roleStatus: AccountRoleStatus? = nil)