Class: Aws::Types::DeleteSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def group_name @group_name end |