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.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def dry_run @dry_run end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def verified_access_group_id @verified_access_group_id end |