Class: Aws::Types::CreatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
214 215 216 |
# File 'sig/types.rbs', line 214 def description @description end |
#path ⇒ ::String
Returns the value of attribute path.
212 213 214 |
# File 'sig/types.rbs', line 212 def path @path end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
213 214 215 |
# File 'sig/types.rbs', line 213 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def policy_name @policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @tags end |