Class: Aws::Types::Repository
- Inherits:
-
Object
- Object
- Aws::Types::Repository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_arn ⇒ ::String
Returns the value of attribute repository_arn.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_uri ⇒ ::String
Returns the value of attribute repository_uri.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
422 423 424 |
# File 'sig/types.rbs', line 422 def created_at @created_at end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def registry_id @registry_id end |
#repository_arn ⇒ ::String
Returns the value of attribute repository_arn.
418 419 420 |
# File 'sig/types.rbs', line 418 def repository_arn @repository_arn end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
420 421 422 |
# File 'sig/types.rbs', line 420 def repository_name @repository_name end |
#repository_uri ⇒ ::String
Returns the value of attribute repository_uri.
421 422 423 |
# File 'sig/types.rbs', line 421 def repository_uri @repository_uri end |