Class: Aws::Types::UpdatePullThroughCacheRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullThroughCacheRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def registry_id @registry_id end |