Class: Aws::Types::PutResourcePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def policy
  @policy
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def registry_name
  @registry_name
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def revision_id
  @revision_id
end