Class: Aws::Types::GetVerifiedAccessGroupPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetVerifiedAccessGroupPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
11016 11017 11018 |
# File 'sig/types.rbs', line 11016 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
11015 11016 11017 |
# File 'sig/types.rbs', line 11015 def policy_enabled @policy_enabled end |