Class: Aws::Types::MetadataProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


8677
8678
8679
# File 'sig/types.rbs', line 8677

def commit_id
  @commit_id
end

#generated_by::String

Returns the value of attribute generated_by.

Returns:

  • (::String)


8679
8680
8681
# File 'sig/types.rbs', line 8679

def generated_by
  @generated_by
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


8680
8681
8682
# File 'sig/types.rbs', line 8680

def project_id
  @project_id
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


8678
8679
8680
# File 'sig/types.rbs', line 8678

def repository
  @repository
end