DescribeOrganizationConfigurationResponse
public struct DescribeOrganizationConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
Declaration
Swift
public let autoEnable: Bool
-
An object that describes which data sources are enabled automatically for member accounts.
Declaration
Swift
public let dataSources: OrganizationDataSourceConfigurationsResult?
-
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator master account.
Declaration
Swift
public let memberAccountLimitReached: Bool
-
Undocumented
Declaration
Swift
public init(autoEnable: Bool, dataSources: OrganizationDataSourceConfigurationsResult? = nil, memberAccountLimitReached: Bool)