Class: Aws::Types::PutPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
Returns the value of attribute policy.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#policy ⇒ Types::Policy
Returns the value of attribute policy.
951 952 953 |
# File 'sig/types.rbs', line 951 def policy @policy end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
952 953 954 |
# File 'sig/types.rbs', line 952 def tag_list @tag_list end |