Class: Aws::ECR::Types::SetRepositoryPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_textString

The JSON repository policy text applied to the repository.

Returns:

  • (String)


3955
3956
3957
3958
3959
3960
3961
# File 'lib/aws-sdk-ecr/types.rb', line 3955

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3955
3956
3957
3958
3959
3960
3961
# File 'lib/aws-sdk-ecr/types.rb', line 3955

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


3955
3956
3957
3958
3959
3960
3961
# File 'lib/aws-sdk-ecr/types.rb', line 3955

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