Class: Aws::Types::DescribeSecurityGroupVpcAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityGroupVpcAssociationsResult
- 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_vpc_associations ⇒ ::Array[Types::SecurityGroupVpcAssociation]
Returns the value of attribute security_group_vpc_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7244 7245 7246 |
# File 'sig/types.rbs', line 7244 def next_token @next_token end |
#security_group_vpc_associations ⇒ ::Array[Types::SecurityGroupVpcAssociation]
Returns the value of attribute security_group_vpc_associations.
7243 7244 7245 |
# File 'sig/types.rbs', line 7243 def security_group_vpc_associations @security_group_vpc_associations end |