Class: Aws::Types::CreatePullThroughCacheRuleResponse

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:



124
125
126
# File 'sig/types.rbs', line 124

def created_at
  @created_at
end

#credential_arn::String

Returns the value of attribute credential_arn.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def credential_arn
  @credential_arn
end

#custom_role_arn::String

Returns the value of attribute custom_role_arn.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def custom_role_arn
  @custom_role_arn
end

#ecr_repository_prefix::String

Returns the value of attribute ecr_repository_prefix.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def ecr_repository_prefix
  @ecr_repository_prefix
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def registry_id
  @registry_id
end

#upstream_registry"ecr", ...

Returns the value of attribute upstream_registry.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def upstream_registry
  @upstream_registry
end

#upstream_registry_url::String

Returns the value of attribute upstream_registry_url.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def upstream_registry_url
  @upstream_registry_url
end

#upstream_repository_prefix::String

Returns the value of attribute upstream_repository_prefix.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def upstream_repository_prefix
  @upstream_repository_prefix
end