Class: Aws::IoTThingsGraph::Types::DeleteNamespaceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::DeleteNamespaceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #namespace_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the namespace to be deleted.
 - 
  
    
      #namespace_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the namespace to be deleted.
 
Instance Attribute Details
#namespace_arn ⇒ String
The ARN of the namespace to be deleted.
      202 203 204 205 206 207  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 202 class DeleteNamespaceResponse < Struct.new( :namespace_arn, :namespace_name) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace_name ⇒ String
The name of the namespace to be deleted.
      202 203 204 205 206 207  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 202 class DeleteNamespaceResponse < Struct.new( :namespace_arn, :namespace_name) SENSITIVE = [] include Aws::Structure end  |