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.
226 227 228 |
# File 'sig/types.rbs', line 226 def description @description end |
#path ⇒ ::String
Returns the value of attribute path.
224 225 226 |
# File 'sig/types.rbs', line 224 def path @path end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
225 226 227 |
# File 'sig/types.rbs', line 225 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def policy_name @policy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |