Class: Aws::ECRPublic::Types::DeleteRepositoryPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


247
248
249
250
251
252
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 247

class DeleteRepositoryPolicyRequest < Struct.new(
  :registry_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that's associated with the repository policy to delete.

Returns:

  • (String)


247
248
249
250
251
252
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 247

class DeleteRepositoryPolicyRequest < Struct.new(
  :registry_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end