Class: Aws::EC2::Types::DescribeSecurityGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeSecurityGroupsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#security_groups ⇒ Array<Types::SecurityGroup>
Information about the security groups.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
21157 21158 21159 21160 21161 21162 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21157 class DescribeSecurityGroupsResult < Struct.new( :security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<Types::SecurityGroup>
Information about the security groups.
21157 21158 21159 21160 21161 21162 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21157 class DescribeSecurityGroupsResult < Struct.new( :security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |