Class: Aws::Types::DeleteSecurityGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def group_id @group_id end |
#message ⇒ ::String
Returns the value of attribute message.
303 304 305 |
# File 'sig/types.rbs', line 303 def @message end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def network_id @network_id end |