You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::DescribeNamespaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_arnString

The ARN of the namespace.

Returns:

  • (String)

    The ARN of the namespace.

#namespace_nameString

The name of the namespace.

Returns:

  • (String)

    The name of the namespace.

#namespace_versionInteger

The version of the user\'s namespace to describe.

Returns:

  • (Integer)

    The version of the user\'s namespace to describe.

#tracking_namespace_nameString

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

Returns:

  • (String)

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

#tracking_namespace_versionInteger

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

Returns:

  • (Integer)

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