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.
7061 7062 7063 |
# File 'sig/types.rbs', line 7061 def next_token @next_token end |
#security_group_vpc_associations ⇒ ::Array[Types::SecurityGroupVpcAssociation]
Returns the value of attribute security_group_vpc_associations.
7060 7061 7062 |
# File 'sig/types.rbs', line 7060 def security_group_vpc_associations @security_group_vpc_associations end |