DeleteAccessControlRuleRequest
public struct DeleteAccessControlRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the access control rule.
Declaration
Swift
public let name: String
-
The identifier for the organization.
Declaration
Swift
public let organizationId: String
-
Undocumented
Declaration
Swift
public init(name: String, organizationId: String)
-
Declaration
Swift
public func validate(name: String) throws