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)


3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-ecr/types.rb', line 3537

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)


3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-ecr/types.rb', line 3537

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)


3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-ecr/types.rb', line 3537

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