Class: Aws::Types::DeleteSecurityGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityGroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#return ⇒ Boolean
Returns the value of attribute return.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
4573 4574 4575 |
# File 'sig/types.rbs', line 4573 def group_id @group_id end |
#return ⇒ Boolean
Returns the value of attribute return.
4572 4573 4574 |
# File 'sig/types.rbs', line 4572 def return @return end |