Class: Aws::Types::ValidatePullThroughCacheRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::ValidatePullThroughCacheRuleResponse
- 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.
-
#failure ⇒ ::String
Returns the value of attribute failure.
-
#is_valid ⇒ Boolean
Returns the value of attribute is_valid.
-
#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
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def ecr_repository_prefix @ecr_repository_prefix end |
#failure ⇒ ::String
Returns the value of attribute failure.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def failure @failure end |
#is_valid ⇒ Boolean
Returns the value of attribute is_valid.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def is_valid @is_valid end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def registry_id @registry_id end |
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def upstream_registry_url @upstream_registry_url end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def upstream_repository_prefix @upstream_repository_prefix end |