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.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def group_name @group_name end |