Class: Aws::Types::RepositoryNameIdPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#repository_id::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def repository_id
  @repository_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def repository_name
  @repository_name
end