interface UpdateSecurityGroupResponse {
    securityGroup?: SecurityGroup;
}

Properties

Properties

securityGroup?: SecurityGroup