You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::UserInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::UserInfo
 
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
- 
  
    
      #date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date when the specified commit was commited, in timestamp format with GMT offset. 
- 
  
    
      #email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The email address associated with the user who made the commit, if any. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the user who made the specified commit. 
Instance Attribute Details
#date ⇒ String
The date when the specified commit was commited, in timestamp format with GMT offset.
#email ⇒ String
The email address associated with the user who made the commit, if any.
#name ⇒ String
The name of the user who made the specified commit.