Class: Aws::ECR::Types::PullThroughCacheRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time the pull through cache was created.

Returns:

  • (Time)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#credential_arnString

The ARN of the Secrets Manager secret associated with the pull through cache rule.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_repository_prefixString

The Amazon ECR repository prefix associated with the pull through cache rule.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time, in JavaScript date format, when the pull through cache rule was last updated.

Returns:

  • (Time)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#upstream_registryString

The name of the upstream source registry associated with the pull through cache rule.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#upstream_registry_urlString

The upstream registry URL associated with the pull through cache rule.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2642

class PullThroughCacheRule < Struct.new(
  :ecr_repository_prefix,
  :upstream_registry_url,
  :created_at,
  :registry_id,
  :credential_arn,
  :upstream_registry,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end