Method: Aws::IoTThingsGraph::Client#describe_namespace
- Defined in:
- lib/aws-sdk-iotthingsgraph/client.rb
#describe_namespace(params = {}) ⇒ Types::DescribeNamespaceResponse
Gets the latest version of the user’s namespace and the public version that it is tracking.
952 953 954 955 |
# File 'lib/aws-sdk-iotthingsgraph/client.rb', line 952 def describe_namespace(params = {}, = {}) req = build_request(:describe_namespace, params) req.send_request() end |