Class: Aws::Types::RepositoryCreationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryCreationTemplate
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#applied_for ⇒ ::Array[("REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH")]
Returns the value of attribute applied_for.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def applied_for @applied_for end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def created_at @created_at end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def custom_role_arn @custom_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfigurationForRepositoryCreationTemplate
Returns the value of attribute encryption_configuration.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def encryption_configuration @encryption_configuration end |
#image_tag_mutability ⇒ "MUTABLE", ...
Returns the value of attribute image_tag_mutability.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def image_tag_mutability_exclusion_filters @image_tag_mutability_exclusion_filters end |
#lifecycle_policy ⇒ ::String
Returns the value of attribute lifecycle_policy.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def lifecycle_policy @lifecycle_policy end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def prefix @prefix end |
#repository_policy ⇒ ::String
Returns the value of attribute repository_policy.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def repository_policy @repository_policy end |
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def @resource_tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def updated_at @updated_at end |