Class: Aws::Types::SetRepositoryPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def force
  @force
end

#policy_text::String

Returns the value of attribute policy_text.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def policy_text
  @policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def repository_name
  @repository_name
end