Class: Aws::Types::UpdateRepositoryCreationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryCreationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_for ⇒ ::Array[("REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH")]
Returns the value of attribute applied_for.
-
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfigurationForRepositoryCreationTemplate
Returns the value of attribute encryption_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.
-
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#repository_policy ⇒ ::String
Returns the value of attribute repository_policy.
-
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
Instance Attribute Details
#applied_for ⇒ ::Array[("REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH")]
Returns the value of attribute applied_for.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def applied_for @applied_for end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def custom_role_arn @custom_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfigurationForRepositoryCreationTemplate
Returns the value of attribute encryption_configuration.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def encryption_configuration @encryption_configuration end |
#image_tag_mutability ⇒ "MUTABLE", ...
Returns the value of attribute image_tag_mutability.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def image_tag_mutability_exclusion_filters @image_tag_mutability_exclusion_filters end |
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def lifecycle_policy @lifecycle_policy end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def prefix @prefix end |
#repository_policy ⇒ ::String
Returns the value of attribute repository_policy.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def repository_policy @repository_policy end |
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def @resource_tags end |