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

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

Returns:

  • (String)


2913
2914
2915
2916
2917
2918
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2913

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

#registry_idString

The registry ID.

Returns:

  • (String)


2913
2914
2915
2916
2917
2918
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2913

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