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.
10573 10574 10575 |
# File 'sig/types.rbs', line 10573 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
10572 10573 10574 |
# File 'sig/types.rbs', line 10572 def policy_enabled @policy_enabled end |