Class: Aws::ECR::Types::PullThroughCacheRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PullThroughCacheRule
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The details of a pull through cache rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the pull through cache was created.
-
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
-
#upstream_registry_url ⇒ String
The upstream registry URL associated with the pull through cache rule.
Instance Attribute Details
#created_at ⇒ Time
The date and time the pull through cache was created.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2883 class PullThroughCacheRule < Struct.new( :ecr_repository_prefix, :upstream_registry_url, :created_at, :registry_id) SENSITIVE = [] include Aws::Structure end |
#ecr_repository_prefix ⇒ String
The Amazon ECR repository prefix associated with the pull through cache rule.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2883 class PullThroughCacheRule < Struct.new( :ecr_repository_prefix, :upstream_registry_url, :created_at, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2883 class PullThroughCacheRule < Struct.new( :ecr_repository_prefix, :upstream_registry_url, :created_at, :registry_id) SENSITIVE = [] include Aws::Structure end |
#upstream_registry_url ⇒ String
The upstream registry URL associated with the pull through cache rule.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2883 class PullThroughCacheRule < Struct.new( :ecr_repository_prefix, :upstream_registry_url, :created_at, :registry_id) SENSITIVE = [] include Aws::Structure end |