Class: Aws::Connect::Types::PredefinedAttributeSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::PredefinedAttributeSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Summary of a predefined attribute.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_modified_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Last modified region.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Last modified time.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the predefined attribute.
 
Instance Attribute Details
#last_modified_region ⇒ String
Last modified region.
      17449 17450 17451 17452 17453 17454 17455  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17449 class PredefinedAttributeSummary < Struct.new( :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
Last modified time.
      17449 17450 17451 17452 17453 17454 17455  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17449 class PredefinedAttributeSummary < Struct.new( :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the predefined attribute.
      17449 17450 17451 17452 17453 17454 17455  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17449 class PredefinedAttributeSummary < Struct.new( :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |