Class: Aws::ECRPublic::Types::GetRepositoryPolicyRequest

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. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 670

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

#repository_nameString

The name of the repository with the policy to retrieve.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 670

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