Class: Aws::Types::PullThroughCacheRule
- Inherits:
-
Object
- Object
- Aws::Types::PullThroughCacheRule
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#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.
910 911 912 |
# File 'sig/types.rbs', line 910 def created_at @created_at end |
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
912 913 914 |
# File 'sig/types.rbs', line 912 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
913 914 915 |
# File 'sig/types.rbs', line 913 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
908 909 910 |
# File 'sig/types.rbs', line 908 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
911 912 913 |
# File 'sig/types.rbs', line 911 def registry_id @registry_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
916 917 918 |
# File 'sig/types.rbs', line 916 def updated_at @updated_at end |
#upstream_registry ⇒ "ecr", ...
Returns the value of attribute upstream_registry.
915 916 917 |
# File 'sig/types.rbs', line 915 def upstream_registry @upstream_registry end |
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
909 910 911 |
# File 'sig/types.rbs', line 909 def upstream_registry_url @upstream_registry_url end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
914 915 916 |
# File 'sig/types.rbs', line 914 def upstream_repository_prefix @upstream_repository_prefix end |