Class: Aws::Types::GetVerifiedAccessEndpointPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetVerifiedAccessEndpointPolicyResult
- 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.
10547 10548 10549 |
# File 'sig/types.rbs', line 10547 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
10546 10547 10548 |
# File 'sig/types.rbs', line 10546 def policy_enabled @policy_enabled end |