Class: Aws::Types::GetSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def group_id @group_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
438 439 440 |
# File 'sig/types.rbs', line 438 def network_id @network_id end |