Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
926 927 928 |
# File 'sig/types.rbs', line 926 def content @content end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
927 928 929 |
# File 'sig/types.rbs', line 927 def @tags end |