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.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
-
#image_tag_mutability ⇒ "MUTABLE", ...
Returns the value of attribute image_tag_mutability.
-
#image_tag_mutability_exclusion_filters ⇒ ::Array[Types::ImageTagMutabilityExclusionFilter]
Returns the value of attribute image_tag_mutability_exclusion_filters.
-
#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.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def created_at @created_at end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def encryption_configuration @encryption_configuration end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Returns the value of attribute image_scanning_configuration.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def image_scanning_configuration @image_scanning_configuration end |
#image_tag_mutability ⇒ "MUTABLE", ...
Returns the value of attribute image_tag_mutability.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def image_tag_mutability @image_tag_mutability end |
#image_tag_mutability_exclusion_filters ⇒ ::Array[Types::ImageTagMutabilityExclusionFilter]
Returns the value of attribute image_tag_mutability_exclusion_filters.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def image_tag_mutability_exclusion_filters @image_tag_mutability_exclusion_filters end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def registry_id @registry_id end |
#repository_arn ⇒ ::String
Returns the value of attribute repository_arn.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def repository_arn @repository_arn end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def repository_name @repository_name end |
#repository_uri ⇒ ::String
Returns the value of attribute repository_uri.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def repository_uri @repository_uri end |