Class: Aws::Types::ValidatePullThroughCacheRuleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credential_arn::String

Returns the value of attribute credential_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def failure
  @failure
end

#is_validBoolean

Returns the value of attribute is_valid.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def upstream_repository_prefix
  @upstream_repository_prefix
end