Class: Aws::Types::DeleteVerifiedAccessGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVerifiedAccessGroupRequest
- 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.
-
#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.
4845 4846 4847 |
# File 'sig/types.rbs', line 4845 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4846 4847 4848 |
# File 'sig/types.rbs', line 4846 def dry_run @dry_run end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
4844 4845 4846 |
# File 'sig/types.rbs', line 4844 def verified_access_group_id @verified_access_group_id end |