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
- Struct
- Aws::IoTThingsGraph::Types::DescribeNamespaceResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #namespace_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the namespace. 
- 
  
    
      #namespace_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the namespace. 
- 
  
    
      #namespace_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the user\'s namespace to describe. 
- 
  
    
      #tracking_namespace_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the public namespace that the latest namespace version is tracking. 
- 
  
    
      #tracking_namespace_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the public namespace that the latest version is tracking. 
Instance Attribute Details
#namespace_arn ⇒ String
The ARN of the namespace.
#namespace_name ⇒ String
The name of the namespace.
#namespace_version ⇒ Integer
The version of the user\'s namespace to describe.
#tracking_namespace_name ⇒ String
The name of the public namespace that the latest namespace version is tracking.
#tracking_namespace_version ⇒ Integer
The version of the public namespace that the latest version is tracking.