Class: Aws::Types::UpdatePullThroughCacheRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullThroughCacheRuleResponse
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
Instance Attribute Details
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def registry_id @registry_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def updated_at @updated_at end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def upstream_repository_prefix @upstream_repository_prefix end |