Class: Aws::Types::ModifyVerifiedAccessEndpointPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointPolicyResult
- 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.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
14085 14086 14087 |
# File 'sig/types.rbs', line 14085 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
14084 14085 14086 |
# File 'sig/types.rbs', line 14084 def policy_enabled @policy_enabled end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
14086 14087 14088 |
# File 'sig/types.rbs', line 14086 def sse_specification @sse_specification end |