Class: Aws::CustomerProfiles::Types::AttributeItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::AttributeItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
The details of a single attribute item specified in the mathematical expression.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of an attribute defined in a profile object type.
 
Instance Attribute Details
#name ⇒ String
The name of an attribute defined in a profile object type.
      326 327 328 329 330  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 326 class AttributeItem < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |