Class: Aws::ECR::Types::DeletePullThroughCacheRuleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp associated with the pull through cache rule.

Returns:

  • (Time)


679
680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-ecr/types.rb', line 679

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

#credential_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-ecr/types.rb', line 679

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

#ecr_repository_prefixString

The Amazon ECR repository prefix associated with the request.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-ecr/types.rb', line 679

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-ecr/types.rb', line 679

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

#upstream_registry_urlString

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

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'lib/aws-sdk-ecr/types.rb', line 679

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