Class: Aws::Types::DescribeSecurityGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityGroupsResult
- 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.
7076 7077 7078 |
# File 'sig/types.rbs', line 7076 def next_token @next_token end |
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
7077 7078 7079 |
# File 'sig/types.rbs', line 7077 def security_groups @security_groups end |