Class: Aws::ECR::Types::ValidatePullThroughCacheRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ecr_repository_prefixString

The repository name prefix associated with the pull through cache rule.

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3975

class ValidatePullThroughCacheRuleRequest < Struct.new(
  :ecr_repository_prefix,
  :registry_id)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3975

class ValidatePullThroughCacheRuleRequest < Struct.new(
  :ecr_repository_prefix,
  :registry_id)
  SENSITIVE = []
  include Aws::Structure
end