Class: Aws::Types::CreatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def policy_name @policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def @tags end |