Class: Aws::Types::SetRepositoryPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_text ⇒ ::String

Returns the value of attribute policy_text.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def policy_text
  @policy_text
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def repository_name
  @repository_name
end