Class: Aws::Types::CreatePolicyVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
Instance Attribute Details
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def is_default_version @is_default_version end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def policy_arn @policy_arn end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def policy_document @policy_document end |
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def policy_version_id @policy_version_id end |