Class: Aws::Types::GetRepositoryPolicyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#policy_text ⇒ ::String

Returns the value of attribute policy_text.



193
194
195
# File 'sig/types.rbs', line 193

def policy_text
  @policy_text
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.



191
192
193
# File 'sig/types.rbs', line 191

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.



192
193
194
# File 'sig/types.rbs', line 192

def repository_name
  @repository_name
end