Class: Aws::ECR::Types::PutImageTagMutabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutImageTagMutabilityResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_tag_mutability ⇒ String
The image tag mutability setting for the repository.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
Instance Attribute Details
#image_tag_mutability ⇒ String
The image tag mutability setting for the repository.
3163 3164 3165 3166 3167 3168 3169 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3163 class PutImageTagMutabilityResponse < Struct.new( :registry_id, :repository_name, :image_tag_mutability) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
3163 3164 3165 3166 3167 3168 3169 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3163 class PutImageTagMutabilityResponse < Struct.new( :registry_id, :repository_name, :image_tag_mutability) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
3163 3164 3165 3166 3167 3168 3169 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3163 class PutImageTagMutabilityResponse < Struct.new( :registry_id, :repository_name, :image_tag_mutability) SENSITIVE = [] include Aws::Structure end |