Class: Aws::Types::UpdatePullThroughCacheRuleResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def upstream_repository_prefix
  @upstream_repository_prefix
end