Class: Aws::Types::CreatePolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#set_as_default ⇒ Boolean
Returns the value of attribute set_as_default.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def policy_arn @policy_arn end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
226 227 228 |
# File 'sig/types.rbs', line 226 def policy_document @policy_document end |
#set_as_default ⇒ Boolean
Returns the value of attribute set_as_default.
227 228 229 |
# File 'sig/types.rbs', line 227 def set_as_default @set_as_default end |