UpdateOrganizationConfigurationRequest
public struct UpdateOrganizationConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether to automatically enable member accounts in the organization.
Declaration
Swift
public let autoEnable: Bool
-
An object describes which data sources will be updated.
Declaration
Swift
public let dataSources: OrganizationDataSourceConfigurations?
-
The ID of the detector to update the delegated administrator for.
Declaration
Swift
public let detectorId: String
-
Undocumented
Declaration
Swift
public init(autoEnable: Bool, dataSources: OrganizationDataSourceConfigurations? = nil, detectorId: String)
-
Declaration
Swift
public func validate(name: String) throws