Class: Aws::Types::ListSecurityGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
612 613 614 |
# File 'sig/types.rbs', line 612 def next_token @next_token end |
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
611 612 613 |
# File 'sig/types.rbs', line 611 def security_groups @security_groups end |