Class: Aws::Types::GetSecurityGroupsForVpcResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSecurityGroupsForVpcResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_group_for_vpcs ⇒ ::Array[Types::SecurityGroupForVpc]
Returns the value of attribute security_group_for_vpcs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10799 10800 10801 |
# File 'sig/types.rbs', line 10799 def next_token @next_token end |
#security_group_for_vpcs ⇒ ::Array[Types::SecurityGroupForVpc]
Returns the value of attribute security_group_for_vpcs.
10800 10801 10802 |
# File 'sig/types.rbs', line 10800 def security_group_for_vpcs @security_group_for_vpcs end |