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)


8692
8693
8694
# File 'sig/types.rbs', line 8692

def commit_id
  @commit_id
end

#generated_by::String

Returns the value of attribute generated_by.

Returns:

  • (::String)


8694
8695
8696
# File 'sig/types.rbs', line 8694

def generated_by
  @generated_by
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


8695
8696
8697
# File 'sig/types.rbs', line 8695

def project_id
  @project_id
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


8693
8694
8695
# File 'sig/types.rbs', line 8693

def repository
  @repository
end