Class: Aws::ECR::Types::GetRegistryPolicyResponse

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 text of the permissions policy for a registry.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1580

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

#registry_idString

The ID of the registry.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1580

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