Class: Aws::Types::PutImageRecipePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_recipe_arn ⇒ ::String

Returns the value of attribute image_recipe_arn.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def image_recipe_arn
  @image_recipe_arn
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def policy
  @policy
end