Class: Aws::ECR::Types::DeleteRepositoryPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_textString

The JSON repository policy that was deleted from the repository.

Returns:

  • (String)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 746

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 746

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 746

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