Class: Aws::Types::GetImagePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImagePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
750 751 752 |
# File 'sig/types.rbs', line 750 def policy @policy end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
749 750 751 |
# File 'sig/types.rbs', line 749 def request_id @request_id end |