Class: Aws::ECR::Types::UpdatePullThroughCacheRuleResponse

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

#credential_arnString

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

Returns:

  • (String)


3870
3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3870

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

#ecr_repository_prefixString

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

Returns:

  • (String)


3870
3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3870

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3870
3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3870

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

#updated_atTime

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

Returns:

  • (Time)


3870
3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3870

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