Class DescribeNamespaceResponse

    • Method Detail

      • namespaceArn

        public final String namespaceArn()

        The ARN of the namespace.

        Returns:
        The ARN of the namespace.
      • namespaceName

        public final String namespaceName()

        The name of the namespace.

        Returns:
        The name of the namespace.
      • trackingNamespaceName

        public final String trackingNamespaceName()

        The name of the public namespace that the latest namespace version is tracking.

        Returns:
        The name of the public namespace that the latest namespace version is tracking.
      • trackingNamespaceVersion

        public final Long trackingNamespaceVersion()

        The version of the public namespace that the latest version is tracking.

        Returns:
        The version of the public namespace that the latest version is tracking.
      • namespaceVersion

        public final Long namespaceVersion()

        The version of the user's namespace to describe.

        Returns:
        The version of the user's namespace to describe.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object