Class: Aws::Types::CreateRepositoryCreationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryCreationTemplateRequest
- 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def applied_for @applied_for end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def custom_role_arn @custom_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
135 136 137 |
# File 'sig/types.rbs', line 135 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfigurationForRepositoryCreationTemplate
Returns the value of attribute encryption_configuration.
136 137 138 |
# File 'sig/types.rbs', line 136 def encryption_configuration @encryption_configuration end |
#image_tag_mutability ⇒ "MUTABLE", ...
Returns the value of attribute image_tag_mutability.
138 139 140 |
# File 'sig/types.rbs', line 138 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.
139 140 141 |
# File 'sig/types.rbs', line 139 def image_tag_mutability_exclusion_filters @image_tag_mutability_exclusion_filters end |
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
141 142 143 |
# File 'sig/types.rbs', line 141 def lifecycle_policy @lifecycle_policy end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
134 135 136 |
# File 'sig/types.rbs', line 134 def prefix @prefix end |
#repository_policy ⇒ ::String
Returns the value of attribute repository_policy.
140 141 142 |
# File 'sig/types.rbs', line 140 def repository_policy @repository_policy end |
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @resource_tags end |