Class: Aws::Types::GitMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:repository, :branch, :commit_message])

Instance Attribute Summary collapse

Instance Attribute Details

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


3355
3356
3357
# File 'sig/types.rbs', line 3355

def branch
  @branch
end

#commit_hash::String

Returns the value of attribute commit_hash.

Returns:

  • (::String)


3356
3357
3358
# File 'sig/types.rbs', line 3356

def commit_hash
  @commit_hash
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


3359
3360
3361
# File 'sig/types.rbs', line 3359

def commit_message
  @commit_message
end

#committed_at::Time

Returns the value of attribute committed_at.

Returns:

  • (::Time)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def committed_at
  @committed_at
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


3353
3354
3355
# File 'sig/types.rbs', line 3353

def connection_id
  @connection_id
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


3357
3358
3359
# File 'sig/types.rbs', line 3357

def file_name
  @file_name
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


3354
3355
3356
# File 'sig/types.rbs', line 3354

def repository
  @repository
end