Class: Aws::ECR::Types::PutRegistryPolicyResponse

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 policy text for your registry.

Returns:

  • (String)


3252
3253
3254
3255
3256
3257
# File 'lib/aws-sdk-ecr/types.rb', line 3252

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3252
3253
3254
3255
3256
3257
# File 'lib/aws-sdk-ecr/types.rb', line 3252

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