Class: Aws::Types::DeletePullThroughCacheRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePullThroughCacheRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
Instance Attribute Details
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
207 208 209 |
# File 'sig/types.rbs', line 207 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def registry_id @registry_id end |