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.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def group_id @group_id end |
#return ⇒ Boolean
Returns the value of attribute return.
4783 4784 4785 |
# File 'sig/types.rbs', line 4783 def return @return end |