Class: Aws::Types::AwsEcrRepositoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcrRepositoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#image_scanning_configuration ⇒ Types::AwsEcrRepositoryImageScanningConfigurationDetails
Returns the value of attribute image_scanning_configuration.
-
#image_tag_mutability ⇒ ::String
Returns the value of attribute image_tag_mutability.
-
#lifecycle_policy ⇒ Types::AwsEcrRepositoryLifecyclePolicyDetails
Returns the value of attribute lifecycle_policy.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_policy_text ⇒ ::String
Returns the value of attribute repository_policy_text.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def arn @arn end |
#image_scanning_configuration ⇒ Types::AwsEcrRepositoryImageScanningConfigurationDetails
Returns the value of attribute image_scanning_configuration.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def image_scanning_configuration @image_scanning_configuration end |
#image_tag_mutability ⇒ ::String
Returns the value of attribute image_tag_mutability.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def image_tag_mutability @image_tag_mutability end |
#lifecycle_policy ⇒ Types::AwsEcrRepositoryLifecyclePolicyDetails
Returns the value of attribute lifecycle_policy.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def lifecycle_policy @lifecycle_policy end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def repository_name @repository_name end |
#repository_policy_text ⇒ ::String
Returns the value of attribute repository_policy_text.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def repository_policy_text @repository_policy_text end |