Class: Aws::Connect::Types::DateReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DateReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a reference when the ‘referenceType` is `DATE`. Otherwise, null.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the date reference.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A valid date.
 
Instance Attribute Details
#name ⇒ String
Identifier of the date reference.
      5818 5819 5820 5821 5822 5823  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5818 class DateReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
A valid date.
      5818 5819 5820 5821 5822 5823  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5818 class DateReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  |