Class: Aws::Types::RepositoryNameIdPair
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryNameIdPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
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.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def repository_name @repository_name end |