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)


3246
3247
3248
3249
3250
3251
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3246

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3246

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