DisableAWSServiceAccessRequest
public struct DisableAWSServiceAccessRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.
Declaration
Swift
public let servicePrincipal: String -
Undocumented
Declaration
Swift
public init(servicePrincipal: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DisableAWSServiceAccessRequest Structure Reference