DeleteNamespaceResponse
public struct DeleteNamespaceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the namespace to be deleted.
Declaration
Swift
public let namespaceArn: String?
-
The name of the namespace to be deleted.
Declaration
Swift
public let namespaceName: String?
-
Undocumented
Declaration
Swift
public init(namespaceArn: String? = nil, namespaceName: String? = nil)