Class: Aws::Types::DeletePullThroughCacheRuleResponse

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)


215
216
217
# File 'sig/types.rbs', line 215

def created_at
  @created_at
end

#credential_arn::String

Returns the value of attribute credential_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def credential_arn
  @credential_arn
end

#custom_role_arn::String

Returns the value of attribute custom_role_arn.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def custom_role_arn
  @custom_role_arn
end

#ecr_repository_prefix::String

Returns the value of attribute ecr_repository_prefix.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def ecr_repository_prefix
  @ecr_repository_prefix
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def registry_id
  @registry_id
end

#upstream_registry_url::String

Returns the value of attribute upstream_registry_url.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def upstream_registry_url
  @upstream_registry_url
end

#upstream_repository_prefix::String

Returns the value of attribute upstream_repository_prefix.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def upstream_repository_prefix
  @upstream_repository_prefix
end