Class: Aws::Types::ModifyVerifiedAccessEndpointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
-
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
14077 14078 14079 |
# File 'sig/types.rbs', line 14077 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14078 14079 14080 |
# File 'sig/types.rbs', line 14078 def dry_run @dry_run end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
14076 14077 14078 |
# File 'sig/types.rbs', line 14076 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
14075 14076 14077 |
# File 'sig/types.rbs', line 14075 def policy_enabled @policy_enabled end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
14079 14080 14081 |
# File 'sig/types.rbs', line 14079 def sse_specification @sse_specification end |
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
14074 14075 14076 |
# File 'sig/types.rbs', line 14074 def verified_access_endpoint_id @verified_access_endpoint_id end |