Class: Aws::Types::DeletePullThroughCacheRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeletePullThroughCacheRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
-
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
-
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
-
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
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.
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.
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.
219 220 221 |
# File 'sig/types.rbs', line 219 def upstream_repository_prefix @upstream_repository_prefix end |