Class: Aws::Types::PullThroughCacheRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


910
911
912
# File 'sig/types.rbs', line 910

def created_at
  @created_at
end

#credential_arn::String

Returns the value of attribute credential_arn.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def credential_arn
  @credential_arn
end

#custom_role_arn::String

Returns the value of attribute custom_role_arn.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def custom_role_arn
  @custom_role_arn
end

#ecr_repository_prefix::String

Returns the value of attribute ecr_repository_prefix.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def ecr_repository_prefix
  @ecr_repository_prefix
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def registry_id
  @registry_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


916
917
918
# File 'sig/types.rbs', line 916

def updated_at
  @updated_at
end

#upstream_registry"ecr", ...

Returns the value of attribute upstream_registry.

Returns:

  • ("ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry", "chainguard")


915
916
917
# File 'sig/types.rbs', line 915

def upstream_registry
  @upstream_registry
end

#upstream_registry_url::String

Returns the value of attribute upstream_registry_url.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def upstream_registry_url
  @upstream_registry_url
end

#upstream_repository_prefix::String

Returns the value of attribute upstream_repository_prefix.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def upstream_repository_prefix
  @upstream_repository_prefix
end