Class: Aws::Types::PutImagePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutImagePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def image_arn @image_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def policy @policy end |