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
show all
Defined in:
(unknown)

Overview

Information about the user who made a specified commit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dateString

The date when the specified commit was commited, in timestamp format with GMT offset.

Returns:

  • (String)

    The date when the specified commit was commited, in timestamp format with GMT offset.

#emailString

The email address associated with the user who made the commit, if any.

Returns:

  • (String)

    The email address associated with the user who made the commit, if any.

#nameString

The name of the user who made the specified commit.

Returns:

  • (String)

    The name of the user who made the specified commit.