Class: Aws::Types::PutContainerRecipePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#container_recipe_arn ⇒ ::String

Returns the value of attribute container_recipe_arn.



1813
1814
1815
# File 'sig/types.rbs', line 1813

def container_recipe_arn
  @container_recipe_arn
end

#policy ⇒ ::String

Returns the value of attribute policy.



1814
1815
1816
# File 'sig/types.rbs', line 1814

def policy
  @policy
end