Class: Aws::Types::ModifyVerifiedAccessGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessGroupPolicyRequest
- 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_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
14422 14423 14424 |
# File 'sig/types.rbs', line 14422 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14423 14424 14425 |
# File 'sig/types.rbs', line 14423 def dry_run @dry_run end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
14421 14422 14423 |
# File 'sig/types.rbs', line 14421 def policy_document @policy_document end |
#policy_enabled ⇒ Boolean
Returns the value of attribute policy_enabled.
14420 14421 14422 |
# File 'sig/types.rbs', line 14420 def policy_enabled @policy_enabled end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
14424 14425 14426 |
# File 'sig/types.rbs', line 14424 def sse_specification @sse_specification end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
14419 14420 14421 |
# File 'sig/types.rbs', line 14419 def verified_access_group_id @verified_access_group_id end |