Class: Aws::Types::PutImagePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutImagePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def image_arn @image_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def request_id @request_id end |