Class: Aws::Types::CreatePullThroughCacheRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePullThroughCacheRuleResponse
- 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 ⇒ "ecr", ...
Returns the value of attribute upstream_registry.
-
#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.
124 125 126 |
# File 'sig/types.rbs', line 124 def created_at @created_at end |
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
128 129 130 |
# File 'sig/types.rbs', line 128 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
122 123 124 |
# File 'sig/types.rbs', line 122 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def registry_id @registry_id end |
#upstream_registry ⇒ "ecr", ...
Returns the value of attribute upstream_registry.
126 127 128 |
# File 'sig/types.rbs', line 126 def upstream_registry @upstream_registry end |
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
123 124 125 |
# File 'sig/types.rbs', line 123 def upstream_registry_url @upstream_registry_url end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
129 130 131 |
# File 'sig/types.rbs', line 129 def upstream_repository_prefix @upstream_repository_prefix end |