Class: Aws::Types::PutImagePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_arn ⇒ ::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def image_arn
  @image_arn
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def policy
  @policy
end