DescribeNamespaceRequest

public struct DescribeNamespaceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the user’s namespace. Set this to aws to get the public namespace.

    Declaration

    Swift

    public let namespaceName: String?
  • Undocumented

    Declaration

    Swift

    public init(namespaceName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws