Class: Aws::Types::CreatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
196 197 198 |
# File 'sig/types.rbs', line 196 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
197 198 199 |
# File 'sig/types.rbs', line 197 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
198 199 200 |
# File 'sig/types.rbs', line 198 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
200 201 202 |
# File 'sig/types.rbs', line 200 def @tags end |
#type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute type.
199 200 201 |
# File 'sig/types.rbs', line 199 def type @type end |