Class: Aws::DataZone::Types::NameIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::NameIdentifier
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The name identifier.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name in the name identifier. 
- 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The namespace in the name identifier. 
Instance Attribute Details
#name ⇒ String
The name in the name identifier.
| 15143 15144 15145 15146 15147 15148 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15143 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end | 
#namespace ⇒ String
The namespace in the name identifier.
| 15143 15144 15145 15146 15147 15148 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15143 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |