@aws-sdk/client-ec2

AuthorizeSecurityGroupIngressCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Return boolean | undefined

Returns true if the request succeeds; otherwise, returns an error.

SecurityGroupRules SecurityGroupRule[] | undefined

Information about the inbound (ingress) security group rules that were added.

Full Signature

export interface AuthorizeSecurityGroupIngressCommandOutput extends AuthorizeSecurityGroupIngressResult, MetadataBearer