Class: Aws::ECR::Types::PutRegistryPolicyRequest

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 policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

Returns:

  • (String)


2900
2901
2902
2903
2904
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2900

class PutRegistryPolicyRequest < Struct.new(
  :policy_text)
  SENSITIVE = []
  include Aws::Structure
end