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.
237 238 239 |
# File 'sig/types.rbs', line 237 def policy_arn @policy_arn end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
238 239 240 |
# File 'sig/types.rbs', line 238 def policy_document @policy_document end |
#set_as_default ⇒ Boolean
Returns the value of attribute set_as_default.
239 240 241 |
# File 'sig/types.rbs', line 239 def set_as_default @set_as_default end |