@aws-sdk/client-ec2

DescribeSecurityGroupsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

SecurityGroups SecurityGroup[] | undefined

Information about the security groups.

Full Signature

export interface DescribeSecurityGroupsCommandOutput extends DescribeSecurityGroupsResult, MetadataBearer