Class: Aws::ECR::Types::GetRepositoryPolicyResponse

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 repository policy text associated with the repository.

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1643

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1643

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1643

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